Class: Aws::IoTTwinMaker::Types::QueryTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::QueryTimeoutException
- 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
#message ⇒ String
3375 3376 3377 3378 3379 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3375 class QueryTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |