Class DataPipelineException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\DataPipeline\Exception\DataPipelineException
- Namespace: Aws\DataPipeline\Exception
- Located at DataPipeline/Exception/DataPipelineException.php
Represents an error interacting with the AWS Data Pipeline 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
InternalServiceError
[ 'message' => '<string>', ]
Description
An internal service error occurred.
Members
- message
-
- Type: string
Description of the error message.
InvalidRequestException
[ 'message' => '<string>', ]
Description
The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.
Members
- message
-
- Type: string
Description of the error message.
PipelineDeletedException
[ 'message' => '<string>', ]
Description
The specified pipeline has been deleted.
Members
- message
-
- Type: string
Description of the error message.
PipelineNotFoundException
[ 'message' => '<string>', ]
Description
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
Members
- message
-
- Type: string
Description of the error message.
TaskNotFoundException
[ 'message' => '<string>', ]
Description
The specified task was not found.
Members
- message
-
- Type: string
Description of the error message.