Class: Aws::Route53::Types::InvalidVPCId
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::InvalidVPCId
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
The VPC ID that you specified either isn’t a valid ID or the current account is not authorized to access this VPC.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      4137 4138 4139 4140 4141  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 4137 class InvalidVPCId < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |