Class: Aws::Route53::Types::PublicZoneVPCAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::PublicZoneVPCAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
You’re trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn’t support associating a VPC with a public hosted zone.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6235 6236 6237 6238 6239  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 6235 class PublicZoneVPCAssociation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |