| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
Another user submitted a request to update the object at the same time that you did.
|
class |
ConflictingDomainExistsException
The cause of this error depends on whether you're trying to create a public or a private hosted zone:
|
class |
ConflictingTypesException
You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than
the current type for the instance.
|
class |
DelegationSetAlreadyCreatedException
A delegation set with the same owner and caller reference combination has already been created.
|
class |
DelegationSetAlreadyReusableException
The specified delegation set has already been marked as reusable.
|
class |
DelegationSetInUseException
The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set
can be deleted.
|
class |
DelegationSetNotAvailableException
You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is
a limit to the number of hosted zones that have the same name.
|
class |
DelegationSetNotReusableException
A reusable delegation set with the specified ID does not exist.
|
class |
HealthCheckAlreadyExistsException
The health check you're attempting to create already exists.
|
class |
HealthCheckInUseException
This error code is not in use.
|
class |
HealthCheckVersionMismatchException
The value of
HealthCheckVersion in the request doesn't match the value of
HealthCheckVersion in the health check. |
class |
HostedZoneAlreadyExistsException
The hosted zone you're trying to create already exists.
|
class |
HostedZoneNotEmptyException
The hosted zone contains resource records that are not SOA or NS records.
|
class |
HostedZoneNotFoundException
The specified HostedZone can't be found.
|
class |
IncompatibleVersionException
The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.
|
class |
InvalidArgumentException
Parameter name is invalid.
|
class |
InvalidChangeBatchException
This exception contains a list of messages that might contain one or more error messages.
|
class |
InvalidDomainNameException
The specified domain name is not valid.
|
class |
InvalidInputException
The input is not valid.
|
class |
InvalidPaginationTokenException |
class |
InvalidTrafficPolicyDocumentException
The format of the traffic policy document that you specified in the
Document element is invalid. |
class |
InvalidVPCIdException
The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.
|
class |
LastVPCAssociationException
The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the
hosted zone.
|
class |
LimitsExceededException
The limits specified for a resource have been exceeded.
|
class |
NoSuchChangeException
A change with the specified change ID does not exist.
|
class |
NoSuchDelegationSetException
A reusable delegation set with the specified ID does not exist.
|
class |
NoSuchGeoLocationException
Amazon Route 53 doesn't support the specified geolocation.
|
class |
NoSuchHealthCheckException
No health check exists with the ID that you specified in the
DeleteHealthCheck request. |
class |
NoSuchHostedZoneException
No hosted zone exists with the ID that you specified.
|
class |
NoSuchTrafficPolicyException
No traffic policy exists with the specified ID.
|
class |
NoSuchTrafficPolicyInstanceException
No traffic policy instance exists with the specified ID.
|
class |
NotAuthorizedException
Associating the specified VPC with the specified hosted zone has not been authorized.
|
class |
PriorRequestNotCompleteException
If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for
the same hosted zone and return an
HTTP 400 error (Bad request). |
class |
PublicZoneVPCAssociationException
You're trying to associate a VPC with a public hosted zone.
|
class |
ThrottlingException
The limit on the number of requests per second was exceeded.
|
class |
TooManyHealthChecksException
You have reached the maximum number of active health checks for an AWS account.
|
class |
TooManyHostedZonesException
This hosted zone can't be created because the hosted zone limit is exceeded.
|
class |
TooManyTrafficPoliciesException
You've created the maximum number of traffic policies that can be created for the current AWS account.
|
class |
TooManyTrafficPolicyInstancesException
You've created the maximum number of traffic policy instances that can be created for the current AWS account.
|
class |
TooManyVPCAssociationAuthorizationsException
You've created the maximum number of authorizations that can be created for the specified hosted zone.
|
class |
TrafficPolicyAlreadyExistsException
A traffic policy that has the same value for
Name already exists. |
class |
TrafficPolicyInstanceAlreadyExistsException
Traffic policy instance with given Id already exists.
|
class |
TrafficPolicyInUseException
One or more traffic policy instances were created by using the specified traffic policy.
|
class |
VPCAssociationAuthorizationNotFoundException
The VPC that you specified is not authorized to be associated with the hosted zone.
|
class |
VPCAssociationNotFoundException
The specified VPC and hosted zone are not currently associated.
|
Copyright © 2017. All rights reserved.