Class: Aws::CloudWatchLogs::Types::QueryCompileError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::QueryCompileError
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Reserved.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location  ⇒ Types::QueryCompileErrorLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved.
 
Instance Attribute Details
#location ⇒ Types::QueryCompileErrorLocation
Reserved.
      4548 4549 4550 4551 4552 4553  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4548 class QueryCompileError < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
Reserved.
      4548 4549 4550 4551 4552 4553  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4548 class QueryCompileError < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end  |