Class: Aws::IoTWireless::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The request was denied because it exceeded the allowed API request rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6158 6159 6160 6161 6162 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6158 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |