1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package codepipeline
import (
"github.com/aws/aws-sdk-go/private/protocol"
)
const (
// ErrCodeActionNotFoundException for service response error code
// "ActionNotFoundException".
//
// The specified action cannot be found.
ErrCodeActionNotFoundException = "ActionNotFoundException"
// ErrCodeActionTypeNotFoundException for service response error code
// "ActionTypeNotFoundException".
//
// The specified action type cannot be found.
ErrCodeActionTypeNotFoundException = "ActionTypeNotFoundException"
// ErrCodeApprovalAlreadyCompletedException for service response error code
// "ApprovalAlreadyCompletedException".
//
// The approval action has already been approved or rejected.
ErrCodeApprovalAlreadyCompletedException = "ApprovalAlreadyCompletedException"
// ErrCodeConcurrentModificationException for service response error code
// "ConcurrentModificationException".
//
// Unable to modify the tag due to a simultaneous update request.
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
// ErrCodeConflictException for service response error code
// "ConflictException".
//
// Your request cannot be handled because the pipeline is busy handling ongoing
// activities. Try again later.
ErrCodeConflictException = "ConflictException"
// ErrCodeDuplicatedStopRequestException for service response error code
// "DuplicatedStopRequestException".
//
// The pipeline execution is already in a Stopping state. If you already chose
// to stop and wait, you cannot make that request again. You can choose to stop
// and abandon now, but be aware that this option can lead to failed tasks or
// out of sequence tasks. If you already chose to stop and abandon, you cannot
// make that request again.
ErrCodeDuplicatedStopRequestException = "DuplicatedStopRequestException"
// ErrCodeInvalidActionDeclarationException for service response error code
// "InvalidActionDeclarationException".
//
// The action declaration was specified in an invalid format.
ErrCodeInvalidActionDeclarationException = "InvalidActionDeclarationException"
// ErrCodeInvalidApprovalTokenException for service response error code
// "InvalidApprovalTokenException".
//
// The approval request already received a response or has expired.
ErrCodeInvalidApprovalTokenException = "InvalidApprovalTokenException"
// ErrCodeInvalidArnException for service response error code
// "InvalidArnException".
//
// The specified resource ARN is invalid.
ErrCodeInvalidArnException = "InvalidArnException"
// ErrCodeInvalidBlockerDeclarationException for service response error code
// "InvalidBlockerDeclarationException".
//
// Reserved for future use.
ErrCodeInvalidBlockerDeclarationException = "InvalidBlockerDeclarationException"
// ErrCodeInvalidClientTokenException for service response error code
// "InvalidClientTokenException".
//
// The client token was specified in an invalid format
ErrCodeInvalidClientTokenException = "InvalidClientTokenException"
// ErrCodeInvalidJobException for service response error code
// "InvalidJobException".
//
// The job was specified in an invalid format or cannot be found.
ErrCodeInvalidJobException = "InvalidJobException"
// ErrCodeInvalidJobStateException for service response error code
// "InvalidJobStateException".
//
// The job state was specified in an invalid format.
ErrCodeInvalidJobStateException = "InvalidJobStateException"
// ErrCodeInvalidNextTokenException for service response error code
// "InvalidNextTokenException".
//
// The next token was specified in an invalid format. Make sure that the next
// token you provide is the token returned by a previous call.
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
// ErrCodeInvalidNonceException for service response error code
// "InvalidNonceException".
//
// The nonce was specified in an invalid format.
ErrCodeInvalidNonceException = "InvalidNonceException"
// ErrCodeInvalidStageDeclarationException for service response error code
// "InvalidStageDeclarationException".
//
// The stage declaration was specified in an invalid format.
ErrCodeInvalidStageDeclarationException = "InvalidStageDeclarationException"
// ErrCodeInvalidStructureException for service response error code
// "InvalidStructureException".
//
// The structure was specified in an invalid format.
ErrCodeInvalidStructureException = "InvalidStructureException"
// ErrCodeInvalidTagsException for service response error code
// "InvalidTagsException".
//
// The specified resource tags are invalid.
ErrCodeInvalidTagsException = "InvalidTagsException"
// ErrCodeInvalidWebhookAuthenticationParametersException for service response error code
// "InvalidWebhookAuthenticationParametersException".
//
// The specified authentication type is in an invalid format.
ErrCodeInvalidWebhookAuthenticationParametersException = "InvalidWebhookAuthenticationParametersException"
// ErrCodeInvalidWebhookFilterPatternException for service response error code
// "InvalidWebhookFilterPatternException".
//
// The specified event filter rule is in an invalid format.
ErrCodeInvalidWebhookFilterPatternException = "InvalidWebhookFilterPatternException"
// ErrCodeJobNotFoundException for service response error code
// "JobNotFoundException".
//
// The job was specified in an invalid format or cannot be found.
ErrCodeJobNotFoundException = "JobNotFoundException"
// ErrCodeLimitExceededException for service response error code
// "LimitExceededException".
//
// The number of pipelines associated with the Amazon Web Services account has
// exceeded the limit allowed for the account.
ErrCodeLimitExceededException = "LimitExceededException"
// ErrCodeNotLatestPipelineExecutionException for service response error code
// "NotLatestPipelineExecutionException".
//
// The stage has failed in a later run of the pipeline and the pipelineExecutionId
// associated with the request is out of date.
ErrCodeNotLatestPipelineExecutionException = "NotLatestPipelineExecutionException"
// ErrCodeOutputVariablesSizeExceededException for service response error code
// "OutputVariablesSizeExceededException".
//
// Exceeded the total size limit for all variables in the pipeline.
ErrCodeOutputVariablesSizeExceededException = "OutputVariablesSizeExceededException"
// ErrCodePipelineExecutionNotFoundException for service response error code
// "PipelineExecutionNotFoundException".
//
// The pipeline execution was specified in an invalid format or cannot be found,
// or an execution ID does not belong to the specified pipeline.
ErrCodePipelineExecutionNotFoundException = "PipelineExecutionNotFoundException"
// ErrCodePipelineExecutionNotStoppableException for service response error code
// "PipelineExecutionNotStoppableException".
//
// Unable to stop the pipeline execution. The execution might already be in
// a Stopped state, or it might no longer be in progress.
ErrCodePipelineExecutionNotStoppableException = "PipelineExecutionNotStoppableException"
// ErrCodePipelineNameInUseException for service response error code
// "PipelineNameInUseException".
//
// The specified pipeline name is already in use.
ErrCodePipelineNameInUseException = "PipelineNameInUseException"
// ErrCodePipelineNotFoundException for service response error code
// "PipelineNotFoundException".
//
// The pipeline was specified in an invalid format or cannot be found.
ErrCodePipelineNotFoundException = "PipelineNotFoundException"
// ErrCodePipelineVersionNotFoundException for service response error code
// "PipelineVersionNotFoundException".
//
// The pipeline version was specified in an invalid format or cannot be found.
ErrCodePipelineVersionNotFoundException = "PipelineVersionNotFoundException"
// ErrCodeRequestFailedException for service response error code
// "RequestFailedException".
//
// The request failed because of an unknown error, exception, or failure.
ErrCodeRequestFailedException = "RequestFailedException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// The resource was specified in an invalid format.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeStageNotFoundException for service response error code
// "StageNotFoundException".
//
// The stage was specified in an invalid format or cannot be found.
ErrCodeStageNotFoundException = "StageNotFoundException"
// ErrCodeStageNotRetryableException for service response error code
// "StageNotRetryableException".
//
// Unable to retry. The pipeline structure or stage state might have changed
// while actions awaited retry, or the stage contains no failed actions.
ErrCodeStageNotRetryableException = "StageNotRetryableException"
// ErrCodeTooManyTagsException for service response error code
// "TooManyTagsException".
//
// The tags limit for a resource has been exceeded.
ErrCodeTooManyTagsException = "TooManyTagsException"
// ErrCodeValidationException for service response error code
// "ValidationException".
//
// The validation was specified in an invalid format.
ErrCodeValidationException = "ValidationException"
// ErrCodeWebhookNotFoundException for service response error code
// "WebhookNotFoundException".
//
// The specified webhook was entered in an invalid format or cannot be found.
ErrCodeWebhookNotFoundException = "WebhookNotFoundException"
)
var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{
"ActionNotFoundException": newErrorActionNotFoundException,
"ActionTypeNotFoundException": newErrorActionTypeNotFoundException,
"ApprovalAlreadyCompletedException": newErrorApprovalAlreadyCompletedException,
"ConcurrentModificationException": newErrorConcurrentModificationException,
"ConflictException": newErrorConflictException,
"DuplicatedStopRequestException": newErrorDuplicatedStopRequestException,
"InvalidActionDeclarationException": newErrorInvalidActionDeclarationException,
"InvalidApprovalTokenException": newErrorInvalidApprovalTokenException,
"InvalidArnException": newErrorInvalidArnException,
"InvalidBlockerDeclarationException": newErrorInvalidBlockerDeclarationException,
"InvalidClientTokenException": newErrorInvalidClientTokenException,
"InvalidJobException": newErrorInvalidJobException,
"InvalidJobStateException": newErrorInvalidJobStateException,
"InvalidNextTokenException": newErrorInvalidNextTokenException,
"InvalidNonceException": newErrorInvalidNonceException,
"InvalidStageDeclarationException": newErrorInvalidStageDeclarationException,
"InvalidStructureException": newErrorInvalidStructureException,
"InvalidTagsException": newErrorInvalidTagsException,
"InvalidWebhookAuthenticationParametersException": newErrorInvalidWebhookAuthenticationParametersException,
"InvalidWebhookFilterPatternException": newErrorInvalidWebhookFilterPatternException,
"JobNotFoundException": newErrorJobNotFoundException,
"LimitExceededException": newErrorLimitExceededException,
"NotLatestPipelineExecutionException": newErrorNotLatestPipelineExecutionException,
"OutputVariablesSizeExceededException": newErrorOutputVariablesSizeExceededException,
"PipelineExecutionNotFoundException": newErrorPipelineExecutionNotFoundException,
"PipelineExecutionNotStoppableException": newErrorPipelineExecutionNotStoppableException,
"PipelineNameInUseException": newErrorPipelineNameInUseException,
"PipelineNotFoundException": newErrorPipelineNotFoundException,
"PipelineVersionNotFoundException": newErrorPipelineVersionNotFoundException,
"RequestFailedException": newErrorRequestFailedException,
"ResourceNotFoundException": newErrorResourceNotFoundException,
"StageNotFoundException": newErrorStageNotFoundException,
"StageNotRetryableException": newErrorStageNotRetryableException,
"TooManyTagsException": newErrorTooManyTagsException,
"ValidationException": newErrorValidationException,
"WebhookNotFoundException": newErrorWebhookNotFoundException,
}
|