Skip to content

Commit 66a8b5c

Browse files
author
AWS
committed
AWS CloudFormation Update: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
1 parent 8c79c6b commit 66a8b5c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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 CloudFormation",
4+
"contributor": "",
5+
"description": "This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes"
6+
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,10 @@
31353135
"ServiceInternalError",
31363136
"NetworkFailure",
31373137
"InternalFailure",
3138-
"InvalidTypeConfiguration"
3138+
"InvalidTypeConfiguration",
3139+
"HandlerInternalFailure",
3140+
"NonCompliant",
3141+
"Unknown"
31393142
]
31403143
},
31413144
"HookFailureMode":{

0 commit comments

Comments
 (0)