Class: Aws::TimestreamQuery::Types::QueryExecutionException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::TimestreamQuery::Types::QueryExecutionException
 
- Defined in:
- gems/aws-sdk-timestreamquery/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 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 908 class QueryExecutionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |