Class Route53DomainsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Route53Domains\Exception\Route53DomainsException
- Namespace: Aws\Route53Domains\Exception
- Located at Route53Domains/Exception/Route53DomainsException.php
Represents an error interacting with the Amazon Route 53 Domains 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
DnssecLimitExceeded
[ 'message' => '<string>', ]
Description
This error is returned if you call AssociateDelegationSignerToDomain
when the specified domain has reached the maximum number of DS records. You can't add any additional DS records unless you delete an existing one first.
Members
- message
-
- Type: string
DomainLimitExceeded
[ 'message' => '<string>', ]
Description
The number of domains has exceeded the allowed threshold for the account.
Members
- message
-
- Type: string
The number of domains has exceeded the allowed threshold for the account.
DuplicateRequest
[ 'message' => '<string>', 'requestId' => '<string>', ]
Description
The request is already in progress for the domain.
Members
- message
-
- Type: string
The request is already in progress for the domain.
- requestId
-
- Type: string
ID of the request operation.
InvalidInput
[ 'message' => '<string>', ]
Description
The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount
, the password might be invalid.
Members
- message
-
- Type: string
The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.
OperationLimitExceeded
[ 'message' => '<string>', ]
Description
The number of operations or jobs running exceeded the allowed threshold for the account.
Members
- message
-
- Type: string
The number of operations or jobs running exceeded the allowed threshold for the account.
TLDRulesViolation
[ 'message' => '<string>', ]
Description
The top-level domain does not support this operation.
Members
- message
-
- Type: string
The top-level domain does not support this operation.
UnsupportedTLD
[ 'message' => '<string>', ]
Description
Amazon Route 53 does not support this top-level domain (TLD).
Members
- message
-
- Type: string
Amazon Route 53 does not support this top-level domain (TLD).