Class: Aws::EC2::Types::VpcPeeringConnectionStateReason
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcPeeringConnectionStateReason
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the status of a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the VPC peering connection.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message that provides more information about the status, if applicable.
 
Instance Attribute Details
#code ⇒ String
The status of the VPC peering connection.
      74318 74319 74320 74321 74322 74323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74318 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message that provides more information about the status, if applicable.
      74318 74319 74320 74321 74322 74323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74318 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |