import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

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.

*/ export interface TooManyVPCAssociationAuthorizations extends __ServiceException__<_TooManyVPCAssociationAuthorizationsDetails> { name: "TooManyVPCAssociationAuthorizations"; } export interface _TooManyVPCAssociationAuthorizationsDetails { /** *

Descriptive message for the error response.

*/ message?: string; }