@Generated(value="software.amazon.awssdk:codegen") public final class TooManyTrafficPolicyVersionsForCurrentPolicyException extends Route53Exception implements ToCopyableBuilder<TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder,TooManyTrafficPolicyVersionsForCurrentPolicyException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder> |
serializableBuilderClass() |
TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder,TooManyTrafficPolicyVersionsForCurrentPolicyException>toBuilder in class Route53Exceptionpublic static TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder builder()
public static Class<? extends TooManyTrafficPolicyVersionsForCurrentPolicyException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.