@Generated(value="software.amazon.awssdk:codegen") public final class TooManyTrafficPoliciesException extends Route53Exception implements ToCopyableBuilder<TooManyTrafficPoliciesException.Builder,TooManyTrafficPoliciesException>
This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the AWS Support Center.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyTrafficPoliciesException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyTrafficPoliciesException.Builder |
builder() |
static Class<? extends TooManyTrafficPoliciesException.Builder> |
serializableBuilderClass() |
TooManyTrafficPoliciesException.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 TooManyTrafficPoliciesException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<TooManyTrafficPoliciesException.Builder,TooManyTrafficPoliciesException>toBuilder in class Route53Exceptionpublic static TooManyTrafficPoliciesException.Builder builder()
public static Class<? extends TooManyTrafficPoliciesException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.