Skip to content

Commit 6edc336

Browse files
author
AWS
committed
Inspector2 Update: Extend inspector2 service model to include ServiceQuotaExceededException.
1 parent 9eb6cf1 commit 6edc336

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": "Inspector2",
4+
"contributor": "",
5+
"description": "Extend inspector2 service model to include ServiceQuotaExceededException."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
"input":{"shape":"AssociateMemberRequest"},
2626
"output":{"shape":"AssociateMemberResponse"},
2727
"errors":[
28+
{"shape":"ServiceQuotaExceededException"},
2829
{"shape":"ValidationException"},
2930
{"shape":"AccessDeniedException"},
3031
{"shape":"ThrottlingException"},
3132
{"shape":"InternalServerException"}
3233
],
33-
"documentation":"<p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account.</p>"
34+
"documentation":"<p> Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was started but doesn’t indicate whether it completed. You can check if the association completed using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account. An HTTP 402 response indicates the association failed because the organization size exceeded its limit. For information on limits, see <a href=\"https://docs.aws.amazon.com/inspector/latest/user/quotas.html\">Amazon Inspector quotas</a>. </p>"
3435
},
3536
"BatchGetAccountStatus":{
3637
"name":"BatchGetAccountStatus",

0 commit comments

Comments
 (0)