Class: Aws::TimestreamQuery::Types::QueryExecutionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::QueryExecutionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Timestream was unable to run the query successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
908 909 910 911 912 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 908 class QueryExecutionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |