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.
      73682 73683 73684 73685 73686 73687  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73682 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message that provides more information about the status, if applicable.
      73682 73683 73684 73685 73686 73687  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73682 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |