You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::ServiceCatalog

Defined in:
(unknown)

Overview

This module provides a client for making API requests to AWS Service Catalog.

Aws::ServiceCatalog::Client

The Client class provides one-to-one mapping for each API operation.

servicecatalog = Aws::ServiceCatalog::Client.new(region: 'us-east-1')
servicecatalog.operation_names
#=> [:accept_portfolio_share, :associate_budget_with_resource, :associate_principal_with_portfolio, :associate_product_with_portfolio, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = servicecatalog.accept_portfolio_share(params)

See Client for more information.

Aws::ServiceCatalog::Errors

Errors returned from AWS Service Catalog are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::ServiceCatalog::Errors::ServiceError
  # rescues all errors returned by AWS Service Catalog
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client