| 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
You specified an Amazon VPC that you're already using for another hosted zone, and the domain that you specified for
one of the hosted zones is a subdomain of the domain that you specified for the other 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
The health check ID for this health check is referenced in the
HealthCheckId element in one of the
resource record sets in one of the hosted zones that are owned by the current AWS account. |
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 are 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 cannot be found.
|
class |
IncompatibleVersionException
The resource you are trying to access is unsupported on this Amazon Route 53 endpoint.
|
class |
InvalidArgumentException
Parameter name and problem.
|
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 |
InvalidTrafficPolicyDocumentException
The format of the traffic policy document that you specified in the
Document element is invalid. |
class |
InvalidVPCIdException
The hosted zone you are trying to create for your VPC_ID does not belong to you.
|
class |
LastVPCAssociationException
Only one VPC is currently 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 |
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
The hosted zone specified in
HostedZoneId is a public hosted zone. |
class |
ThrottlingException |
class |
TooManyHealthChecksException
You have reached the maximum number of active health checks for an AWS account.
|
class |
TooManyHostedZonesException
This hosted zone cannot 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 |
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 |
VPCAssociationNotFoundException
The specified VPC and hosted zone are not currently associated.
|
Copyright © 2016. All rights reserved.