1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package cloudformation
4
5const (
6
7	// ErrCodeAlreadyExistsException for service response error code
8	// "AlreadyExistsException".
9	//
10	// The resource with the name requested already exists.
11	ErrCodeAlreadyExistsException = "AlreadyExistsException"
12
13	// ErrCodeCFNRegistryException for service response error code
14	// "CFNRegistryException".
15	//
16	// An error occurred during a CloudFormation registry operation.
17	ErrCodeCFNRegistryException = "CFNRegistryException"
18
19	// ErrCodeChangeSetNotFoundException for service response error code
20	// "ChangeSetNotFound".
21	//
22	// The specified change set name or ID doesn't exit. To view valid change sets
23	// for a stack, use the ListChangeSets action.
24	ErrCodeChangeSetNotFoundException = "ChangeSetNotFound"
25
26	// ErrCodeCreatedButModifiedException for service response error code
27	// "CreatedButModifiedException".
28	//
29	// The specified resource exists, but has been changed.
30	ErrCodeCreatedButModifiedException = "CreatedButModifiedException"
31
32	// ErrCodeInsufficientCapabilitiesException for service response error code
33	// "InsufficientCapabilitiesException".
34	//
35	// The template contains resources with capabilities that weren't specified
36	// in the Capabilities parameter.
37	ErrCodeInsufficientCapabilitiesException = "InsufficientCapabilitiesException"
38
39	// ErrCodeInvalidChangeSetStatusException for service response error code
40	// "InvalidChangeSetStatus".
41	//
42	// The specified change set can't be used to update the stack. For example,
43	// the change set status might be CREATE_IN_PROGRESS, or the stack status might
44	// be UPDATE_IN_PROGRESS.
45	ErrCodeInvalidChangeSetStatusException = "InvalidChangeSetStatus"
46
47	// ErrCodeInvalidOperationException for service response error code
48	// "InvalidOperationException".
49	//
50	// The specified operation isn't valid.
51	ErrCodeInvalidOperationException = "InvalidOperationException"
52
53	// ErrCodeInvalidStateTransitionException for service response error code
54	// "InvalidStateTransition".
55	//
56	// Error reserved for use by the CloudFormation CLI (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html).
57	// CloudFormation does not return this error to users.
58	ErrCodeInvalidStateTransitionException = "InvalidStateTransition"
59
60	// ErrCodeLimitExceededException for service response error code
61	// "LimitExceededException".
62	//
63	// The quota for the resource has already been reached.
64	//
65	// For information on resource and stack limitations, see Limits (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html)
66	// in the AWS CloudFormation User Guide.
67	ErrCodeLimitExceededException = "LimitExceededException"
68
69	// ErrCodeNameAlreadyExistsException for service response error code
70	// "NameAlreadyExistsException".
71	//
72	// The specified name is already in use.
73	ErrCodeNameAlreadyExistsException = "NameAlreadyExistsException"
74
75	// ErrCodeOperationIdAlreadyExistsException for service response error code
76	// "OperationIdAlreadyExistsException".
77	//
78	// The specified operation ID already exists.
79	ErrCodeOperationIdAlreadyExistsException = "OperationIdAlreadyExistsException"
80
81	// ErrCodeOperationInProgressException for service response error code
82	// "OperationInProgressException".
83	//
84	// Another operation is currently in progress for this stack set. Only one operation
85	// can be performed for a stack set at a given time.
86	ErrCodeOperationInProgressException = "OperationInProgressException"
87
88	// ErrCodeOperationNotFoundException for service response error code
89	// "OperationNotFoundException".
90	//
91	// The specified ID refers to an operation that doesn't exist.
92	ErrCodeOperationNotFoundException = "OperationNotFoundException"
93
94	// ErrCodeOperationStatusCheckFailedException for service response error code
95	// "ConditionalCheckFailed".
96	//
97	// Error reserved for use by the CloudFormation CLI (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html).
98	// CloudFormation does not return this error to users.
99	ErrCodeOperationStatusCheckFailedException = "ConditionalCheckFailed"
100
101	// ErrCodeStackInstanceNotFoundException for service response error code
102	// "StackInstanceNotFoundException".
103	//
104	// The specified stack instance doesn't exist.
105	ErrCodeStackInstanceNotFoundException = "StackInstanceNotFoundException"
106
107	// ErrCodeStackSetNotEmptyException for service response error code
108	// "StackSetNotEmptyException".
109	//
110	// You can't yet delete this stack set, because it still contains one or more
111	// stack instances. Delete all stack instances from the stack set before deleting
112	// the stack set.
113	ErrCodeStackSetNotEmptyException = "StackSetNotEmptyException"
114
115	// ErrCodeStackSetNotFoundException for service response error code
116	// "StackSetNotFoundException".
117	//
118	// The specified stack set doesn't exist.
119	ErrCodeStackSetNotFoundException = "StackSetNotFoundException"
120
121	// ErrCodeStaleRequestException for service response error code
122	// "StaleRequestException".
123	//
124	// Another operation has been performed on this stack set since the specified
125	// operation was performed.
126	ErrCodeStaleRequestException = "StaleRequestException"
127
128	// ErrCodeTokenAlreadyExistsException for service response error code
129	// "TokenAlreadyExistsException".
130	//
131	// A client request token already exists.
132	ErrCodeTokenAlreadyExistsException = "TokenAlreadyExistsException"
133
134	// ErrCodeTypeNotFoundException for service response error code
135	// "TypeNotFoundException".
136	//
137	// The specified type does not exist in the CloudFormation registry.
138	ErrCodeTypeNotFoundException = "TypeNotFoundException"
139)
140