QueryCompileError — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::CloudWatchLogs::Types::QueryCompileError
Inherits:
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::QueryCompileError show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #location ⇒ Types::QueryCompileErrorLocation
Reserved. - #message ⇒ String
Reserved.
Instance Attribute Details
#message ⇒ String
6796 6797 6798 6799 6800 6801 | # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6796 class QueryCompileError < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end |
---|