Class: Aws::CloudWatchLogs::Types::SessionStreamingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::SessionStreamingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
his exception is returned if an unknown error occurs during a Live Tail session.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute event_type.
 - #message ⇒ String
 
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
      4880 4881 4882  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4880 def event_type @event_type end  | 
  
#message ⇒ String
      4880 4881 4882 4883 4884 4885  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4880 class SessionStreamingException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end  |