Class: Aws::Route53::Types::NotAuthorizedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::NotAuthorizedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      6203 6204 6205 6206 6207  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 6203 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |