Module: Aws::Chime

Defined in:
lib/aws-sdk-chime/endpoint_parameters.rb,
lib/aws-sdk-chime/plugins/endpoints.rb,
lib/aws-sdk-chime/endpoint_provider.rb,
lib/aws-sdk-chime/client_api.rb,
lib/aws-sdk-chime/endpoints.rb,
lib/aws-sdk-chime/resource.rb,
lib/aws-sdk-chime/errors.rb,
lib/aws-sdk-chime/client.rb,
lib/aws-sdk-chime/types.rb,
lib/aws-sdk-chime.rb

Overview

This module provides support for Amazon Chime. This module is available in the ‘aws-sdk-chime` 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.

chime = Aws::Chime::Client.new
resp = chime.associate_phone_number_with_user(params)

See Client for more information.

# Errors

Errors returned from Amazon Chime are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Chime::Errors::ServiceError
  # rescues all Amazon Chime 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'