Skip to content

Commit d65b3c4

Browse files
author
AWS
committed
AWS Audit Manager Update: Updated error handling for RegisterOrganizationAdminAccount API to properly translate TooManyExceptions to HTTP 429 status code. This enhancement improves error handling consistency and provides clearer feedback when request limits are exceeded.
1 parent d32da21 commit d65b3c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Audit Manager",
4+
"contributor": "",
5+
"description": "Updated error handling for RegisterOrganizationAdminAccount API to properly translate TooManyExceptions to HTTP 429 status code. This enhancement improves error handling consistency and provides clearer feedback when request limits are exceeded."
6+
}

services/auditmanager/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,8 @@
799799
{"shape":"ValidationException"},
800800
{"shape":"AccessDeniedException"},
801801
{"shape":"InternalServerException"},
802-
{"shape":"ResourceNotFoundException"}
802+
{"shape":"ResourceNotFoundException"},
803+
{"shape":"ThrottlingException"}
803804
],
804805
"documentation":"<p> Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager. </p>"
805806
},

0 commit comments

Comments
 (0)