Module: Aws::ConnectCampaignService
- Defined in:
- lib/aws-sdk-connectcampaignservice/endpoint_parameters.rb,
lib/aws-sdk-connectcampaignservice/plugins/endpoints.rb,
lib/aws-sdk-connectcampaignservice/endpoint_provider.rb,
lib/aws-sdk-connectcampaignservice/client_api.rb,
lib/aws-sdk-connectcampaignservice/endpoints.rb,
lib/aws-sdk-connectcampaignservice/resource.rb,
lib/aws-sdk-connectcampaignservice/errors.rb,
lib/aws-sdk-connectcampaignservice/client.rb,
lib/aws-sdk-connectcampaignservice/types.rb,
lib/aws-sdk-connectcampaignservice.rb
Overview
This module provides support for AmazonConnectCampaignService. This module is available in the ‘aws-sdk-connectcampaignservice` 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_campaign_service = Aws::ConnectCampaignService::Client.new
resp = connect_campaign_service.create_campaign(params)
See Client for more information.
# Errors
Errors returned from AmazonConnectCampaignService are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::ConnectCampaignService::Errors::ServiceError
# rescues all AmazonConnectCampaignService 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.42.0'