github.com/aavshr/aws-sdk-go@v1.41.3/service/cloudformation/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package cloudformation 4 5 const ( 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 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 // ErrCodeStackNotFoundException for service response error code 108 // "StackNotFoundException". 109 // 110 // The specified stack ARN doesn’t exist or stack doesn’t exist corresponding 111 // to the ARN in input. 112 ErrCodeStackNotFoundException = "StackNotFoundException" 113 114 // ErrCodeStackSetNotEmptyException for service response error code 115 // "StackSetNotEmptyException". 116 // 117 // You can't yet delete this stack set, because it still contains one or more 118 // stack instances. Delete all stack instances from the stack set before deleting 119 // the stack set. 120 ErrCodeStackSetNotEmptyException = "StackSetNotEmptyException" 121 122 // ErrCodeStackSetNotFoundException for service response error code 123 // "StackSetNotFoundException". 124 // 125 // The specified stack set doesn't exist. 126 ErrCodeStackSetNotFoundException = "StackSetNotFoundException" 127 128 // ErrCodeStaleRequestException for service response error code 129 // "StaleRequestException". 130 // 131 // Another operation has been performed on this stack set since the specified 132 // operation was performed. 133 ErrCodeStaleRequestException = "StaleRequestException" 134 135 // ErrCodeTokenAlreadyExistsException for service response error code 136 // "TokenAlreadyExistsException". 137 // 138 // A client request token already exists. 139 ErrCodeTokenAlreadyExistsException = "TokenAlreadyExistsException" 140 141 // ErrCodeTypeConfigurationNotFoundException for service response error code 142 // "TypeConfigurationNotFoundException". 143 // 144 // The specified extension configuration cannot be found. 145 ErrCodeTypeConfigurationNotFoundException = "TypeConfigurationNotFoundException" 146 147 // ErrCodeTypeNotFoundException for service response error code 148 // "TypeNotFoundException". 149 // 150 // The specified extension does not exist in the CloudFormation registry. 151 ErrCodeTypeNotFoundException = "TypeNotFoundException" 152 )