Class: Aws::IoT::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-iot/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.
16452 16453 16454 16455 16456 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16452 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |