Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3 compatibility error handling: use to_native(e) instead of st…
…r(e) or e.me… (ansible-collections#26) * Py3 compat error handling: use to_native(e) instead of str(e) or e.message * PR comment changes, use fail_json_aws and is_boto3_error_code This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@ffe14f9
- Loading branch information