You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::RouteTableAssociationState
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::RouteTableAssociationState
 
- Defined in:
- (unknown)
Overview
Describes the state of an association between a route table and a subnet or gateway.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the association. 
- 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status message, if applicable. 
Instance Attribute Details
#state ⇒ String
The state of the association.
Possible values:
- associating
- associated
- disassociating
- disassociated
- failed
#status_message ⇒ String
The status message, if applicable.