Class: Aws::EC2::Types::ClientVpnRouteStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ClientVpnRouteStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the state of a Client VPN endpoint route.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the Client VPN endpoint route.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message about the status of the Client VPN endpoint route, if applicable.
 
Instance Attribute Details
#code ⇒ String
The state of the Client VPN endpoint route.
      6515 6516 6517 6518 6519 6520  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6515 class ClientVpnRouteStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message about the status of the Client VPN endpoint route, if applicable.
      6515 6516 6517 6518 6519 6520  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6515 class ClientVpnRouteStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |