Class: Aws::CloudWatchLogs::Errors::MalformedQueryException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchlogs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MalformedQueryException

Returns a new instance of MalformedQueryException.

Parameters:



139
140
141
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 139

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#query_compile_errorString

Returns:

  • (String)


144
145
146
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 144

def query_compile_error
  @data[:query_compile_error]
end