Class: Aws::IoTTwinMaker::Types::QueryTimeoutException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iottwinmaker/types.rb

Overview

The query timeout exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3341
3342
3343
3344
3345
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3341

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