Module: Aws::Neptune

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

Overview

This module provides support for Amazon Neptune. This module is available in the ‘aws-sdk-neptune` 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.

neptune = Aws::Neptune::Client.new
resp = neptune.add_role_to_db_cluster(params)

See Client for more information.

# Errors

Errors returned from Amazon Neptune are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Neptune::Errors::ServiceError
  # rescues all Amazon Neptune 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.70.0'