Class: Aws::EC2::Types::PeeringAttachmentStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PeeringAttachmentStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The status of the transit gateway peering attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status code.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message, if applicable.
 
Instance Attribute Details
#code ⇒ String
The status code.
      57981 57982 57983 57984 57985 57986  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57981 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The status message, if applicable.
      57981 57982 57983 57984 57985 57986  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57981 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |