Class: Aws::CloudWatchLogs::Types::MalformedQueryException

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

Overview

The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError.

For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_compile_errorTypes::QueryCompileError

Reserved.



3264
3265
3266
3267
3268
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3264

class MalformedQueryException < Struct.new(
  :query_compile_error)
  SENSITIVE = []
  include Aws::Structure
end