Class: Aws::IoT::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The rate exceeds the limit.
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.
15730 15731 15732 15733 15734 |
# File 'lib/aws-sdk-iot/types.rb', line 15730 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |