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
6464 6465 6466 6467 6468 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6464 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |