-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simple decorator for handling common botocore/boto3 errors #1951
Add simple decorator for handling common botocore/boto3 errors #1951
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 29s |
76d4c72
to
6b546dc
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 31s |
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 22s |
091836a
to
ea769ad
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 20s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 17s |
76261f4
to
7605e51
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 51s |
tests/unit/module_utils/errors/aws_error_handler/test_common_handler.py
Outdated
Show resolved
Hide resolved
tests/unit/module_utils/errors/aws_error_handler/test_common_handler.py
Outdated
Show resolved
Hide resolved
tests/unit/module_utils/errors/aws_error_handler/test_deletion_handler.py
Outdated
Show resolved
Hide resolved
tests/unit/module_utils/errors/aws_error_handler/test_list_handler.py
Outdated
Show resolved
Hide resolved
7605e51
to
07321e7
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 10s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 51s |
655a9dd
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #1960 🤖 @patchback |
Add simple decorator for handling common botocore/boto3 errors SUMMARY Adds a handler for common IAM API errors ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/iam.py plugins/modules/iam_user.py ADDITIONAL INFORMATION TODO: Changelog Reviewed-by: Alina Buzachis Reviewed-by: Mark Chappell Reviewed-by: Bikouo Aubin Reviewed-by: Helen Bailey <[email protected]> (cherry picked from commit 655a9dd)
#1960) [PR #1951/655a9dd1 backport][stable-7] Add simple decorator for handling common botocore/boto3 errors This is a backport of PR #1951 as merged into main (655a9dd). SUMMARY Adds a handler for common IAM API errors ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/iam.py plugins/modules/iam_user.py ADDITIONAL INFORMATION TODO: Changelog Reviewed-by: Mark Chappell
SUMMARY
Adds a handler for common IAM API errors
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/iam.py
plugins/modules/iam_user.py
ADDITIONAL INFORMATION
TODO: