Class: Aws::Route53::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NotAuthorizedException
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Associating the specified VPC with the specified hosted zone has not been authorized.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6849 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |