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

Module: Aws::IdentityStore

Defined in:
(unknown)

Overview

This module provides a client for making API requests to AWS SSO Identity Store.

Aws::IdentityStore::Client

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

identitystore = Aws::IdentityStore::Client.new(region: 'us-east-1')
identitystore.operation_names
#=> [:describe_group, :describe_user, :list_groups, :list_users, ...]

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

resp = identitystore.describe_group(params)

See Client for more information.

Aws::IdentityStore::Errors

Errors returned from AWS SSO Identity Store are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::IdentityStore::Errors::ServiceError
  # rescues all errors returned by AWS SSO Identity Store
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client