Class: Aws::Transfer::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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_secondsString

Returns:

  • (String)


5413
5414
5415
5416
5417
# File 'lib/aws-sdk-transfer/types.rb', line 5413

class ThrottlingException < Struct.new(
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end