Class: Aws::TimestreamQuery::Types::CancelQueryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_messageString

A CancellationMessage is returned when a CancelQuery request for the query specified by QueryId has already been issued.

Returns:

  • (String)


46
47
48
49
50
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 46

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