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
6265 6266 6267 6268 6269 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6265 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |