Class CodePipelineException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CodePipeline\Exception\CodePipelineException
- Namespace: Aws\CodePipeline\Exception
- Located at CodePipeline/Exception/CodePipelineException.php
Represents an error interacting with the Amazon CodePipeline service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
ActionNotFoundException
[ ]
Description
The specified action cannot be found.
Members
ActionTypeAlreadyExistsException
[ ]
Description
The specified action type already exists with a different definition.
Members
ActionTypeNotFoundException
[ ]
Description
The specified action type cannot be found.
Members
ApprovalAlreadyCompletedException
[ ]
Description
The approval action has already been approved or rejected.
Members
ConcurrentModificationException
[ 'message' => '<string>', ]
Description
Unable to modify the tag due to a simultaneous update request.
Members
- message
-
- Type: string
ConflictException
[ 'message' => '<string>', ]
Description
Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.
Members
- message
-
- Type: string
DuplicatedStopRequestException
[ 'message' => '<string>', ]
Description
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.
Members
- message
-
- Type: string
InvalidActionDeclarationException
[ ]
Description
The action declaration was specified in an invalid format.
Members
InvalidApprovalTokenException
[ ]
Description
The approval request already received a response or has expired.
Members
InvalidArnException
[ 'message' => '<string>', ]
Description
The specified resource ARN is invalid.
Members
- message
-
- Type: string
InvalidBlockerDeclarationException
[ ]
Description
Reserved for future use.
Members
InvalidClientTokenException
[ ]
Description
The client token was specified in an invalid format
Members
InvalidJobException
[ ]
Description
The job was specified in an invalid format or cannot be found.
Members
InvalidJobStateException
[ ]
Description
The job state was specified in an invalid format.
Members
InvalidNextTokenException
[ ]
Description
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.
Members
InvalidNonceException
[ ]
Description
The nonce was specified in an invalid format.
Members
InvalidStageDeclarationException
[ ]
Description
The stage declaration was specified in an invalid format.
Members
InvalidStructureException
[ ]
Description
The structure was specified in an invalid format.
Members
InvalidTagsException
[ 'message' => '<string>', ]
Description
The specified resource tags are invalid.
Members
- message
-
- Type: string
InvalidWebhookAuthenticationParametersException
[ ]
Description
The specified authentication type is in an invalid format.
Members
InvalidWebhookFilterPatternException
[ ]
Description
The specified event filter rule is in an invalid format.
Members
JobNotFoundException
[ ]
Description
The job was specified in an invalid format or cannot be found.
Members
LimitExceededException
[ ]
Description
The number of pipelines associated with the Amazon Web Services account has exceeded the limit allowed for the account.
Members
NotLatestPipelineExecutionException
[ ]
Description
The stage has failed in a later run of the pipeline and the pipelineExecutionId
associated with the request is out of date.
Members
OutputVariablesSizeExceededException
[ 'message' => '<string>', ]
Description
Exceeded the total size limit for all variables in the pipeline.
Members
- message
-
- Type: string
PipelineExecutionNotFoundException
[ ]
Description
The pipeline execution was specified in an invalid format or cannot be found, or an execution ID does not belong to the specified pipeline.
Members
PipelineExecutionNotStoppableException
[ 'message' => '<string>', ]
Description
Unable to stop the pipeline execution. The execution might already be in a Stopped
state, or it might no longer be in progress.
Members
- message
-
- Type: string
PipelineNameInUseException
[ ]
Description
The specified pipeline name is already in use.
Members
PipelineNotFoundException
[ ]
Description
The pipeline was specified in an invalid format or cannot be found.
Members
PipelineVersionNotFoundException
[ ]
Description
The pipeline version was specified in an invalid format or cannot be found.
Members
RequestFailedException
[ 'message' => '<string>', ]
Description
The request failed because of an unknown error, exception, or failure.
Members
- message
-
- Type: string
ResourceNotFoundException
[ ]
Description
The resource was specified in an invalid format.
Members
StageNotFoundException
[ ]
Description
The stage was specified in an invalid format or cannot be found.
Members
StageNotRetryableException
[ ]
Description
Unable to retry. The pipeline structure or stage state might have changed while actions awaited retry, or the stage contains no failed actions.
Members
TooManyTagsException
[ 'message' => '<string>', ]
Description
The tags limit for a resource has been exceeded.
Members
- message
-
- Type: string
ValidationException
[ ]
Description
The validation was specified in an invalid format.
Members
WebhookNotFoundException
[ ]
Description
The specified webhook was entered in an invalid format or cannot be found.