Module: Aws::Transfer

Defined in:
lib/aws-sdk-transfer/client_api.rb,
lib/aws-sdk-transfer/resource.rb,
lib/aws-sdk-transfer/errors.rb,
lib/aws-sdk-transfer/client.rb,
lib/aws-sdk-transfer/types.rb,
lib/aws-sdk-transfer.rb

Overview

This module provides support for AWS Transfer for SFTP. This module is available in the ‘aws-sdk-transfer` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

transfer = Aws::Transfer::Client.new
resp = transfer.create_server(params)

See Client for more information.

# Errors

Errors returned from AWS Transfer for SFTP are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Transfer::Errors::ServiceError
  # rescues all AWS Transfer for SFTP API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Errors, Types Classes: Client, Resource

Constant Summary collapse

GEM_VERSION =
'1.17.0'