Class: Aws::CloudWatchLogs::Types::QueryCompileError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::QueryCompileError
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Reserved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ Types::QueryCompileErrorLocation
Reserved.
-
#message ⇒ String
Reserved.
Instance Attribute Details
#location ⇒ Types::QueryCompileErrorLocation
Reserved.
7882 7883 7884 7885 7886 7887 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7882 class QueryCompileError < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Reserved.
7882 7883 7884 7885 7886 7887 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7882 class QueryCompileError < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end |