Class: Aws::Transfer::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#retry_after_seconds ⇒ String
5578 5579 5580 5581 5582 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5578 class ThrottlingException < Struct.new( :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |