Module: Aws::EBS

Defined in:
lib/aws-sdk-ebs/endpoint_parameters.rb,
lib/aws-sdk-ebs/plugins/endpoints.rb,
lib/aws-sdk-ebs/endpoint_provider.rb,
lib/aws-sdk-ebs/client_api.rb,
lib/aws-sdk-ebs/endpoints.rb,
lib/aws-sdk-ebs/resource.rb,
lib/aws-sdk-ebs/errors.rb,
lib/aws-sdk-ebs/client.rb,
lib/aws-sdk-ebs/types.rb,
lib/aws-sdk-ebs.rb

Overview

This module provides support for Amazon Elastic Block Store. This module is available in the ‘aws-sdk-ebs` 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.

ebs = Aws::EBS::Client.new
resp = ebs.complete_snapshot(params)

See Client for more information.

# Errors

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

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

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.38.0'