Class: Aws::EC2::Types::AssociationStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociationStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the state of a target network association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the target network association.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message about the status of the target network association, if applicable.
 
Instance Attribute Details
#code ⇒ String
The state of the target network association.
      2897 2898 2899 2900 2901 2902  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2897 class AssociationStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message about the status of the target network association, if applicable.
      2897 2898 2899 2900 2901 2902  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2897 class AssociationStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |