Class: Aws::Route53::Types::PublicZoneVPCAssociation

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

#messageString

Returns:

  • (String)


6235
6236
6237
6238
6239
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6235

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