Class: Aws::IoTDataPlane::Types::GatewayTimeoutException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


110
111
112
113
114
# File 'lib/aws-sdk-iotdataplane/types.rb', line 110

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