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
DomainLimitExceeded
[ 'message' => '<string>', ]
Description
The number of domains has exceeded the allowed threshold for the account.
Members
DuplicateRequest
[ 'message' => '<string>', ]
Description
The request is already in progress for the domain.
Members
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
OperationLimitExceeded
[ 'message' => '<string>', ]
Description
The number of operations or jobs running exceeded the allowed threshold for the account.
Members
TLDRulesViolation
[ 'message' => '<string>', ]
Description
The top-level domain does not support this operation.
Members
UnsupportedTLD
[ 'message' => '<string>', ]