Class: Aws::TimestreamQuery::Types::QueryExecutionException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


701
702
703
704
705
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 701

class QueryExecutionException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end