Class: Aws::IoTDataPlane::Types::GatewayTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::GatewayTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The delivery confirmation was not received from the client within the specified timeout period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
110 111 112 113 114 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 110 class GatewayTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |