Class: Aws::IoTManagedIntegrations::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The rate exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4763 4764 4765 4766 4767 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4763 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |