Class: Aws::IoTDataPlane::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/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.
456 457 458 459 460 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 456 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |