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.



4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4274

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

#messageString

Reserved.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4274

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