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