You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::Snowball
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to Amazon Import/Export Snowball.
Aws::Snowball::Client
The Client class provides one-to-one mapping for each API operation.
snowball = Aws::Snowball::Client.new(region: 'us-east-1')
snowball.operation_names
#=> [:cancel_cluster, :cancel_job, :create_address, :create_cluster, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = snowball.cancel_cluster(params)
See Client for more information.
Aws::Snowball::Errors
Errors returned from Amazon Import/Export Snowball are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Snowball::Errors::ServiceError
# rescues all errors returned by Amazon Import/Export Snowball
end
See Errors for more information.