Class: Aws::EC2::Types::ClientVpnAuthorizationRuleStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ClientVpnAuthorizationRuleStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the state of an authorization rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the authorization rule.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message about the status of the authorization rule, if applicable.
 
Instance Attribute Details
#code ⇒ String
The state of the authorization rule.
      6074 6075 6076 6077 6078 6079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6074 class ClientVpnAuthorizationRuleStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message about the status of the authorization rule, if applicable.
      6074 6075 6076 6077 6078 6079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6074 class ClientVpnAuthorizationRuleStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |