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