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

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

Overview

Reserved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::QueryCompileErrorLocation

Reserved.



4250
4251
4252
4253
4254
4255
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4250

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

#messageString

Reserved.

Returns:

  • (String)


4250
4251
4252
4253
4254
4255
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4250

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