Class TooManyVpcAssociationAuthorizationsException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TooManyVpcAssociationAuthorizationsException.Builder,TooManyVpcAssociationAuthorizationsException>

@Generated("software.amazon.awssdk:codegen") public final class TooManyVpcAssociationAuthorizationsException extends Route53Exception implements ToCopyableBuilder<TooManyVpcAssociationAuthorizationsException.Builder,TooManyVpcAssociationAuthorizationsException>

You've created the maximum number of authorizations that can be created for the specified hosted zone. To authorize another VPC to be associated with the hosted zone, submit a DeleteVPCAssociationAuthorization request to remove an existing authorization. To get a list of existing authorizations, submit a ListVPCAssociationAuthorizations request.

See Also: