class Aws::Transfer::Errors::ThrottlingException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::Transfer::Types::ThrottlingException] data

Calls superclass method
# File lib/aws-sdk-transfer/errors.rb, line 191
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

retry_after_seconds() click to toggle source

@return [String]

# File lib/aws-sdk-transfer/errors.rb, line 196
def retry_after_seconds
  @data[:retry_after_seconds]
end