Module: Aws::NotificationsContacts
- Defined in:
- lib/aws-sdk-notificationscontacts/endpoint_parameters.rb,
lib/aws-sdk-notificationscontacts/plugins/endpoints.rb,
lib/aws-sdk-notificationscontacts/endpoint_provider.rb,
lib/aws-sdk-notificationscontacts/client_api.rb,
lib/aws-sdk-notificationscontacts/endpoints.rb,
lib/aws-sdk-notificationscontacts/resource.rb,
lib/aws-sdk-notificationscontacts/waiters.rb,
lib/aws-sdk-notificationscontacts/errors.rb,
lib/aws-sdk-notificationscontacts/client.rb,
lib/aws-sdk-notificationscontacts/types.rb,
lib/aws-sdk-notificationscontacts.rb
Overview
This module provides support for AWS User Notifications Contacts. This module is available in the ‘aws-sdk-notificationscontacts` 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.
notifications_contacts = Aws::NotificationsContacts::Client.new
resp = notifications_contacts.activate_email_contact(params)
See Client for more information.
# Errors
Errors returned from AWS User Notifications Contacts are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::NotificationsContacts::Errors::ServiceError
# rescues all AWS User Notifications Contacts API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.14.0'