Class: Aws::IoTEvents::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
The request could not be completed due to throttling.
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.
2931 2932 2933 2934 2935 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2931 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |