Module: Aws::Snowball
- Defined in:
- lib/aws-sdk-snowball/endpoint_parameters.rb,
lib/aws-sdk-snowball/plugins/endpoints.rb,
lib/aws-sdk-snowball/endpoint_provider.rb,
lib/aws-sdk-snowball/client_api.rb,
lib/aws-sdk-snowball/endpoints.rb,
lib/aws-sdk-snowball/resource.rb,
lib/aws-sdk-snowball/errors.rb,
lib/aws-sdk-snowball/client.rb,
lib/aws-sdk-snowball/types.rb,
lib/aws-sdk-snowball.rb
Overview
This module provides support for Amazon Import/Export Snowball. This module is available in the ‘aws-sdk-snowball` 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.
snowball = Aws::Snowball::Client.new
resp = snowball.cancel_cluster(params)
See Client for more information.
# Errors
Errors returned from Amazon Import/Export Snowball are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Snowball::Errors::ServiceError
# rescues all Amazon Import/Export Snowball 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.81.0'