Skip to content

Commit 6c5beed

Browse files
author
awstools
committed
feat(client-cloudformation): Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
1 parent 7b5617c commit 6c5beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-cloudformation/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,6 @@ export interface DeploymentTargets {
19201920
/**
19211921
* <p>Limit deployment targets to individual accounts or include additional accounts with
19221922
* provided OUs.</p>
1923-
*
19241923
* <p>The following is a list of possible values for the <code>AccountFilterType</code>
19251924
* operation.</p>
19261925
* <ul>
@@ -7679,6 +7678,7 @@ export enum HandlerErrorCode {
76797678
ServiceTimeout = "NotStabilized",
76807679
Throttling = "Throttling",
76817680
Unknown = "Unknown",
7681+
UnsupportedTarget = "UnsupportedTarget",
76827682
}
76837683

76847684
export interface RecordHandlerProgressInput {

0 commit comments

Comments
 (0)