Class: Aws::IoTTwinMaker::Types::QueryTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::QueryTimeoutException
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
The query timeout exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2443 2444 2445 2446 2447 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2443 class QueryTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |