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:



141
142
143
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/errors.rb', line 141

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

Instance Method Details

#query_compile_errorString

Returns:

  • (String)


146
147
148
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/errors.rb', line 146

def query_compile_error
  @data[:query_compile_error]
end