Module: Aws::SocialMessaging

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

Overview

This module provides support for AWS End User Messaging Social. This module is available in the ‘aws-sdk-socialmessaging` 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.

social_messaging = Aws::SocialMessaging::Client.new
resp = social_messaging.(params)

See Client for more information.

# Errors

Errors returned from AWS End User Messaging Social are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::SocialMessaging::Errors::ServiceError
  # rescues all AWS End User Messaging Social 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.3.0'