Class: Aws::IoTAnalytics::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2880 2881 2882 2883 2884 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2880 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |