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

Module: Aws::RAM

Defined in:
(unknown)

Overview

This module provides a client for making API requests to AWS Resource Access Manager.

Aws::RAM::Client

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

ram = Aws::RAM::Client.new(region: 'us-east-1')
ram.operation_names
#=> [:accept_resource_share_invitation, :associate_resource_share, :associate_resource_share_permission, :create_resource_share, ...]

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

resp = ram.accept_resource_share_invitation(params)

See Client for more information.

Aws::RAM::Errors

Errors returned from AWS Resource Access Manager are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::RAM::Errors::ServiceError
  # rescues all errors returned by AWS Resource Access Manager
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client