You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Module: Aws::EMR
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb,
gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb,
gems/aws-sdk-emr/lib/aws-sdk-emr/errors.rb,
gems/aws-sdk-emr/lib/aws-sdk-emr/waiters.rb,
gems/aws-sdk-emr/lib/aws-sdk-emr/resource.rb,
gems/aws-sdk-emr/lib/aws-sdk-emr.rb
Overview
This module provides support for Amazon Elastic MapReduce. This module is available in the
aws-sdk-emr
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.
See Client for more information.
Errors
Errors returned from Amazon Elastic MapReduce all extend Aws::Errors::ServiceError.
begin
# do stuff
rescue Aws::EMR::Errors::ServiceError
# rescues all service API errors
end
See Errors for more information.
Defined Under Namespace
Modules: Errors, Types, Waiters Classes: Client, Resource
Constant Summary
- GEM_VERSION =
'1.1.0'