Class: Aws::SupplyChain::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1326 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |