Class: Aws::Transfer::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
6064 6065 6066 6067 6068 |
# File 'lib/aws-sdk-transfer/types.rb', line 6064 class ThrottlingException < Struct.new( :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |