com.amazonaws.services.route53.model
Class DelegationSetNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.route53.model.DelegationSetNotAvailableException
- All Implemented Interfaces:
- Serializable
public class DelegationSetNotAvailableException
- extends AmazonServiceException
Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that
maximum. If you want to create another hosted zone with the same name and Route 53 generates this error, you can request an increase to the limit on
the Contact Us page.
- See Also:
- Serialized Form
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
DelegationSetNotAvailableException
public DelegationSetNotAvailableException(String message)
- Constructs a new DelegationSetNotAvailableException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.