Class Route53ResolverException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Route53Resolver\Exception\Route53ResolverException
- Namespace: Aws\Route53Resolver\Exception
- Located at Route53Resolver/Exception/Route53ResolverException.php
Represents an error interacting with the Amazon Route 53 Resolver 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
The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
Members
- Message
-
- Type: string
ConflictException
[ 'Message' => '<string>', ]
Description
The requested state transition isn't valid. For example, you can't delete a firewall domain list if it is in the process of being deleted, or you can't import domains into a domain list that is in the process of being deleted.
Members
- Message
-
- Type: string
InternalServiceErrorException
[ 'Message' => '<string>', ]
Description
We encountered an unknown error. Try again in a few minutes.
Members
- Message
-
- Type: string
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
The value that you specified for NextToken
in a List
request isn't valid.
Members
- Message
-
- Type: string
InvalidParameterException
[ 'FieldName' => '<string>', 'Message' => '<string>', ]
Description
One or more parameters in this request are not valid.
Members
- FieldName
-
- Type: string
For an
InvalidParameterException
error, the name of the parameter that's invalid. - Message
-
- Required: Yes
- Type: string
InvalidPolicyDocument
[ 'Message' => '<string>', ]
Description
The specified Resolver rule policy is invalid.
Members
- Message
-
- Type: string
InvalidRequestException
[ 'Message' => '<string>', ]
Description
The request is invalid.
Members
- Message
-
- Type: string
InvalidTagException
[ 'Message' => '<string>', ]
Description
The specified tag is invalid.
Members
- Message
-
- Type: string
LimitExceededException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The request caused one or more limits to be exceeded.
Members
- Message
-
- Type: string
- ResourceType
-
- Type: string
For a
LimitExceededException
error, the type of resource that exceeded the current limit.
ResourceExistsException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The resource that you tried to create already exists.
Members
- Message
-
- Type: string
- ResourceType
-
- Type: string
For a
ResourceExistsException
error, the type of resource that the error applies to.
ResourceInUseException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The resource that you tried to update or delete is currently in use.
Members
- Message
-
- Type: string
- ResourceType
-
- Type: string
For a
ResourceInUseException
error, the type of resource that is currently in use.
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The specified resource doesn't exist.
Members
- Message
-
- Type: string
- ResourceType
-
- Type: string
For a
ResourceNotFoundException
error, the type of resource that doesn't exist.
ResourceUnavailableException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The specified resource isn't available.
Members
- Message
-
- Type: string
- ResourceType
-
- Type: string
For a
ResourceUnavailableException
error, the type of resource that isn't available.
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
Fulfilling the request would cause one or more quotas to be exceeded.
Members
- Message
-
- Type: string
ThrottlingException
[ 'Message' => '<string>', ]
Description
The request was throttled. Try again in a few minutes.
Members
- Message
-
- Type: string
UnknownResourceException
[ 'Message' => '<string>', ]
Description
The specified resource doesn't exist.
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', ]
Description
You have provided an invalid command. Supported values are ADD
, REMOVE
, or REPLACE
a domain.
Members
- Message
-
- Type: string