Class: Aws::Route53::Types::VPCAssociationAuthorizationNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::VPCAssociationAuthorizationNotFound
- 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
#message ⇒ String
8082 8083 8084 8085 8086 |
# File 'lib/aws-sdk-route53/types.rb', line 8082 class VPCAssociationAuthorizationNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |