From 4442a89a6c1ddfb6b90ae43e5906156480e7ec26 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 27 Jan 2021 11:10:03 +0100 Subject: [PATCH] changelog --- changelogs/fragments/268-is_boto3_error.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/268-is_boto3_error.yml diff --git a/changelogs/fragments/268-is_boto3_error.yml b/changelogs/fragments/268-is_boto3_error.yml new file mode 100644 index 00000000000..ad7b2ff1559 --- /dev/null +++ b/changelogs/fragments/268-is_boto3_error.yml @@ -0,0 +1,3 @@ +minor_changes: +- various community.aws modules - cleanup error handling to use ``is_boto3_error_code`` and ``is_boto3_error_message`` helpers (https://github.com/ansible-collections/community.aws/pull/268). +- various community.aws modules - improve consistency of handling Boto3 exceptions (https://github.com/ansible-collections/community.aws/pull/268).