Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Class and Description |
---|---|
class |
ActionNotFoundException
The specified action cannot be found.
|
class |
ActionTypeNotFoundException
The specified action type cannot be found.
|
class |
ApprovalAlreadyCompletedException
The approval action has already been approved or rejected.
|
class |
InvalidActionDeclarationException
The specified action declaration was specified in an invalid format.
|
class |
InvalidApprovalTokenException
The approval request already received a response or has expired.
|
class |
InvalidBlockerDeclarationException
Reserved for future use.
|
class |
InvalidClientTokenException
The client token was specified in an invalid format
|
class |
InvalidJobException
The specified job was specified in an invalid format or cannot be found.
|
class |
InvalidJobStateException
The specified job state was specified in an invalid format.
|
class |
InvalidNextTokenException
The next token was specified in an invalid format.
|
class |
InvalidNonceException
The specified nonce was specified in an invalid format.
|
class |
InvalidStageDeclarationException
The specified stage declaration was specified in an invalid format.
|
class |
InvalidStructureException
The specified structure was specified in an invalid format.
|
class |
InvalidWebhookAuthenticationParametersException
The specified authentication type is in an invalid format.
|
class |
InvalidWebhookFilterPatternException
The specified event filter rule is in an invalid format.
|
class |
JobNotFoundException
The specified job was specified in an invalid format or cannot be found.
|
class |
LimitExceededException
The number of pipelines associated with the AWS account has exceeded the limit allowed for the account.
|
class |
NotLatestPipelineExecutionException
The stage has failed in a later run of the pipeline and the pipelineExecutionId associated with the request is out of
date.
|
class |
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.
|
class |
PipelineNameInUseException
The specified pipeline name is already in use.
|
class |
PipelineNotFoundException
The specified pipeline was specified in an invalid format or cannot be found.
|
class |
PipelineVersionNotFoundException
The specified pipeline version was specified in an invalid format or cannot be found.
|
class |
StageNotFoundException
The specified stage was specified in an invalid format or cannot be found.
|
class |
StageNotRetryableException
The specified stage can't be retried because the pipeline structure or stage state changed after the stage was not
completed; the stage contains no failed actions; one or more actions are still in progress; or another retry attempt
is already in progress.
|
class |
ValidationException
The validation was specified in an invalid format.
|
class |
WebhookNotFoundException
The specified webhook was entered in an invalid format or cannot be found.
|
Copyright © 2018. All rights reserved.