Class: Aws::IoTFleetHub::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb

Overview

The rate exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


339
340
341
342
343
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 339

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