Class: Aws::CloudWatchLogs::Types::QueryCompileError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Reserved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::QueryCompileErrorLocation

Reserved.



7882
7883
7884
7885
7886
7887
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7882

class QueryCompileError < Struct.new(
  :location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Reserved.

Returns:

  • (String)


7882
7883
7884
7885
7886
7887
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7882

class QueryCompileError < Struct.new(
  :location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end