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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_QueryCompileError.html [2]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_compile_errorTypes::QueryCompileError

Reserved.



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

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