Class PipesException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Pipes\Exception\PipesException
- Namespace: Aws\Pipes\Exception
- Located at Pipes/Exception/PipesException.php
Represents an error interacting with the Amazon EventBridge Pipes 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
ConflictException
[ 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', ]
Description
An action you attempted resulted in an exception.
Members
- message
-
- Required: Yes
- Type: string
- resourceId
-
- Required: Yes
- Type: string
The ID of the resource that caused the exception.
- resourceType
-
- Required: Yes
- Type: string
The type of resource that caused the exception.
InternalException
[ 'message' => '<string>', 'retryAfterSeconds' => <integer>, ]
Description
This exception occurs due to unexpected causes.
Members
- message
-
- Required: Yes
- Type: string
- retryAfterSeconds
-
- Type: int
The number of seconds to wait before retrying the action that caused the exception.
NotFoundException
[ 'message' => '<string>', ]
Description
An entity that you specified does not exist.
Members
- message
-
- Type: string
ServiceQuotaExceededException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', 'serviceCode' => '<string>', ]
Description
A quota has been exceeded.
Members
- message
-
- Required: Yes
- Type: string
- quotaCode
-
- Required: Yes
- Type: string
The identifier of the quota that caused the exception.
- resourceId
-
- Required: Yes
- Type: string
The ID of the resource that caused the exception.
- resourceType
-
- Required: Yes
- Type: string
The type of resource that caused the exception.
- serviceCode
-
- Required: Yes
- Type: string
The identifier of the service that caused the exception.
ThrottlingException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'retryAfterSeconds' => <integer>, 'serviceCode' => '<string>', ]
Description
An action was throttled.
Members
- message
-
- Required: Yes
- Type: string
- quotaCode
-
- Type: string
The identifier of the quota that caused the exception.
- retryAfterSeconds
-
- Type: int
The number of seconds to wait before retrying the action that caused the exception.
- serviceCode
-
- Type: string
The identifier of the service that caused the exception.
ValidationException
[ 'fieldList' => [ [ 'message' => '<string>', 'name' => '<string>', ], // ... ], 'message' => '<string>', ]
Description
Indicates that an error has occurred while performing a validate operation.
Members
- fieldList
-
- Type: Array of ValidationExceptionField structures
The list of fields for which validation failed and the corresponding failure messages.
- message
-
- Type: string