@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public TooManyTrafficPoliciesException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TooManyTrafficPoliciesException.Builder,TooManyTrafficPoliciesException>
public static TooManyTrafficPoliciesException.Builder builder()
public static Class<? extends TooManyTrafficPoliciesException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.