Class: Aws::Route53::Types::VPCAssociationAuthorizationNotFound

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

The VPC that you specified is not authorized to be associated with the hosted zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8083
8084
8085
8086
8087
# File 'lib/aws-sdk-route53/types.rb', line 8083

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