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

#location ⇒ Types::QueryCompileErrorLocation

Reserved.



9004
9005
9006
9007
9008
9009
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9004

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

#message ⇒ String

Reserved.

Returns:

  • (String)


9004
9005
9006
9007
9008
9009
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9004

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