Class: Aws::IoTEventsData::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/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.
1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1222 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |