Class Route53RecoveryClusterException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Route53RecoveryCluster\Exception\Route53RecoveryClusterException
- Namespace: Aws\Route53RecoveryCluster\Exception
- Located at Route53RecoveryCluster/Exception/Route53RecoveryClusterException.php
Represents an error interacting with the Route53 Recovery Cluster 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
AccessDeniedException
[ 'message' => '<string>', ]
Description
You don't have sufficient permissions to perform this action.
Members
- message
-
- Required: Yes
- Type: string
ConflictException
[ 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', ]
Description
There was a conflict with this request. Try again.
Members
- message
-
- Required: Yes
- Type: string
Description of the ConflictException error - resourceId
-
- Required: Yes
- Type: string
Identifier of the resource in use - resourceType
-
- Required: Yes
- Type: string
Type of the resource in use
EndpointTemporarilyUnavailableException
[ 'message' => '<string>', ]
Description
The cluster endpoint isn't available. Try another cluster endpoint.
Members
- message
-
- Required: Yes
- Type: string
InternalServerException
[ 'message' => '<string>', 'retryAfterSeconds' => <integer>, ]
Description
There was an unexpected error during processing of the request.
Members
- message
-
- Required: Yes
- Type: string
- retryAfterSeconds
-
- Type: int
Advice to clients on when the call can be safely retried
ResourceNotFoundException
[ 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', ]
Description
The request references a routing control or control panel that was not found.
Members
- message
-
- Required: Yes
- Type: string
- resourceId
-
- Required: Yes
- Type: string
Hypothetical resource identifier that was not found - resourceType
-
- Required: Yes
- Type: string
Hypothetical resource type that was not found
ServiceLimitExceededException
[ 'limitCode' => '<string>', 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', 'serviceCode' => '<string>', ]
Description
The request can't update that many routing control states at the same time. Try again with fewer routing control states.
Members
- limitCode
-
- Required: Yes
- Type: string
The code of the limit that was exceeded.
- message
-
- Required: Yes
- Type: string
- resourceId
-
- Type: string
The resource identifier of the limit that was exceeded.
- resourceType
-
- Type: string
The resource type of the limit that was exceeded.
- serviceCode
-
- Required: Yes
- Type: string
The service code of the limit that was exceeded.
ThrottlingException
[ 'message' => '<string>', 'retryAfterSeconds' => <integer>, ]
Description
The request was denied because of request throttling.
Members
- message
-
- Required: Yes
- Type: string
- retryAfterSeconds
-
- Type: int
Advice to clients on when the call can be safely retried
ValidationException
[ 'fields' => [ [ 'message' => '<string>', 'name' => '<string>', ], // ... ], 'message' => '<string>', 'reason' => 'unknownOperation|cannotParse|fieldValidationFailed|other', ]
Description
There was a validation error on the request.
Members
- fields
-
- Type: Array of ValidationExceptionField structures
The fields that caused the error, if applicable - message
-
- Required: Yes
- Type: string
- reason
-
- Type: string
Reason the request failed validation