Skip to content

Commit c8eef02

Browse files
author
AWS
committed
AWS SecurityHub Update: This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
1 parent 4556edd commit c8eef02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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 SecurityHub",
4+
"contributor": "",
5+
"description": "This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls."
6+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24009,6 +24009,7 @@
2400924009
"INVALID_INPUT",
2401024010
"ACCESS_DENIED",
2401124011
"NOT_FOUND",
24012+
"RESOURCE_NOT_FOUND",
2401224013
"LIMIT_EXCEEDED"
2401324014
]
2401424015
},

0 commit comments

Comments
 (0)