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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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:



157
158
159
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/errors.rb', line 157

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

Instance Method Details

#query_compile_errorString

Returns:

  • (String)


162
163
164
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/errors.rb', line 162

def query_compile_error
  @data[:query_compile_error]
end