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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
Members
ConflictException
[ 'Message' => '<string>', ]
InternalServiceErrorException
[ 'Message' => '<string>', ]
Description
We encountered an unknown error. Try again in a few minutes.
Members
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
The value that you specified for NextToken
in a List
request isn't valid.
Members
InvalidParameterException
[ 'FieldName' => '<string>', 'Message' => '<string>', ]
Description
One or more parameters in this request are not valid.
Members
InvalidPolicyDocument
[ 'Message' => '<string>', ]
InvalidRequestException
[ 'Message' => '<string>', ]
InvalidTagException
[ 'Message' => '<string>', ]
LimitExceededException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The request caused one or more limits to be exceeded.
Members
ResourceExistsException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The resource that you tried to create already exists.
Members
ResourceInUseException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The resource that you tried to update or delete is currently in use.
Members
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The specified resource doesn't exist.
Members
ResourceUnavailableException
[ 'Message' => '<string>', 'ResourceType' => '<string>', ]
Description
The specified resource isn't available.
Members
ThrottlingException
[ 'Message' => '<string>', ]
UnknownResourceException
[ 'Message' => '<string>', ]
ValidationException
[ 'Message' => '<string>', ]