Class: Aws::Route53::Types::TooManyVPCAssociationAuthorizations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::TooManyVPCAssociationAuthorizations
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      7304 7305 7306 7307 7308  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7304 class TooManyVPCAssociationAuthorizations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |