Skip to content

Commit 3cfb807

Browse files
author
AWS
committed
AWS CloudFormation Update: Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
1 parent 0e4054e commit 3cfb807

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudFormation",
4+
"contributor": "",
5+
"description": "Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks"
6+
}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,8 @@
31513151
"InvalidTypeConfiguration",
31523152
"HandlerInternalFailure",
31533153
"NonCompliant",
3154-
"Unknown"
3154+
"Unknown",
3155+
"UnsupportedTarget"
31553156
]
31563157
},
31573158
"HookFailureMode":{

0 commit comments

Comments
 (0)