@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TooManyTrafficPolicyVersionsForCurrentPolicyException extends AmazonRoute53Exception
This traffic policy version can't be created because you've reached the limit of 1000 on the number of versions that you can create for the current traffic policy.
To create more traffic policy versions, you can use GetTrafficPolicy to get the traffic policy document for a specified traffic policy version, and then use CreateTrafficPolicy to create a new traffic policy using the traffic policy document.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
TooManyTrafficPolicyVersionsForCurrentPolicyException(String message)
Constructs a new TooManyTrafficPolicyVersionsForCurrentPolicyException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyTrafficPolicyVersionsForCurrentPolicyException(String message)
message - Describes the error encountered.