Class: Aws::EC2::Types::ClientVpnEndpointAttributeStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ClientVpnEndpointAttributeStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the status of the Client VPN endpoint attribute.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status code.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message.
 
Instance Attribute Details
#code ⇒ String
The status code.
      6340 6341 6342 6343 6344 6345  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6340 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The status message.
      6340 6341 6342 6343 6344 6345  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6340 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |