Module: Aws::ConnectParticipant

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

Overview

This module provides support for Amazon Connect Participant Service. This module is available in the ‘aws-sdk-connectparticipant` 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.

connect_participant = Aws::ConnectParticipant::Client.new
resp = connect_participant.complete_attachment_upload(params)

See Client for more information.

# Errors

Errors returned from Amazon Connect Participant Service are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::ConnectParticipant::Errors::ServiceError
  # rescues all Amazon Connect Participant Service 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.57.0'