Class: Aws::CloudWatchLogs::Types::MalformedQueryException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::MalformedQueryException
- 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_error ⇒ Types::QueryCompileError
Reserved.
3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3531 class MalformedQueryException < Struct.new( :query_compile_error) SENSITIVE = [] include Aws::Structure end |