Class: Aws::IoTEventsData::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-ioteventsdata/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.
1476 1477 1478 1479 1480 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1476 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |