You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::EBS

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon Elastic Block Store.

Aws::EBS::Client

The Client class provides one-to-one mapping for each API operation.

ebs = Aws::EBS::Client.new(region: 'us-east-1')
ebs.operation_names
#=> [:complete_snapshot, :get_snapshot_block, :list_changed_blocks, :list_snapshot_blocks, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = ebs.complete_snapshot(params)

See Client for more information.

Aws::EBS::Errors

Errors returned from Amazon Elastic Block Store are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::EBS::Errors::ServiceError
  # rescues all errors returned by Amazon Elastic Block Store
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client