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