You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::AppRegistry
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to AWS Service Catalog App Registry.
Aws::AppRegistry::Client
The Client class provides one-to-one mapping for each API operation.
appregistry = Aws::AppRegistry::Client.new(region: 'us-east-1')
appregistry.operation_names
#=> [:associate_attribute_group, :associate_resource, :create_application, :create_attribute_group, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = appregistry.associate_attribute_group(params)
See Client for more information.
Aws::AppRegistry::Errors
Errors returned from AWS Service Catalog App Registry are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::AppRegistry::Errors::ServiceError
# rescues all errors returned by AWS Service Catalog App Registry
end
See Errors for more information.
Defined Under Namespace
Modules: Errors, Types Classes: Client