Class: Aws::IoTFleetHub::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleethub/types.rb
Overview
The rate exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
339 340 341 342 343 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 339 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |