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

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

Returns:

  • (String)


5356
5357
5358
5359
5360
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5356

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