Class: Aws::Route53::Types::TooManyVPCAssociationAuthorizations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


7305
7306
7307
7308
7309
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7305

class TooManyVPCAssociationAuthorizations < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end