Class: Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a log delivery status.
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.
      72677 72678 72679 72680 72681 72682  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72677 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The status message.
      72677 72678 72679 72680 72681 72682  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72677 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |