Class: Aws::LookoutEquipment::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4269 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |