@Generated(value="software.amazon.awssdk:codegen") public final class TooManyHostedZonesException extends Route53Exception implements ToCopyableBuilder<TooManyHostedZonesException.Builder,TooManyHostedZonesException>
This operation can't be completed either because the current account has reached the limit on the number of hosted zones or because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit on hosted zones that can be created by an account, see GetAccountLimit.
To get the current limit on hosted zones that can be associated with a reusable delegation set, see GetReusableDelegationSetLimit.
To request a higher limit, create a case with the AWS Support Center.
Modifier and Type | Class and Description |
---|---|
static interface |
TooManyHostedZonesException.Builder |
Modifier and Type | Method and Description |
---|---|
static TooManyHostedZonesException.Builder |
builder() |
static Class<? extends TooManyHostedZonesException.Builder> |
serializableBuilderClass() |
TooManyHostedZonesException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public TooManyHostedZonesException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<TooManyHostedZonesException.Builder,TooManyHostedZonesException>
toBuilder
in class Route53Exception
public static TooManyHostedZonesException.Builder builder()
public static Class<? extends TooManyHostedZonesException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.