Module: Aws::Tnb

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

Overview

This module provides support for AWS Telco Network Builder. This module is available in the ‘aws-sdk-tnb` 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.

tnb = Aws::Tnb::Client.new
resp = tnb.cancel_sol_network_operation(params)

See Client for more information.

# Errors

Errors returned from AWS Telco Network Builder are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Tnb::Errors::ServiceError
  # rescues all AWS Telco Network Builder 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.25.0'