Class: Aws::Route53::Types::VPCAssociationNotFound
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::VPCAssociationNotFound
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
The specified VPC and hosted zone are not currently associated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specified VPC or hosted zone weren’t found.
 
Instance Attribute Details
#message ⇒ String
The specified VPC or hosted zone weren’t found.
      8097 8098 8099 8100 8101  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 8097 class VPCAssociationNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |