Class: Aws::IoTDataPlane::Types::GatewayTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::GatewayTimeoutException
- Defined in:
- gems/aws-sdk-iotdataplane/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 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 110 class GatewayTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |