You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::MigrationHubConfig
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to AWS Migration Hub Config.
Aws::MigrationHubConfig::Client
The Client class provides one-to-one mapping for each API operation.
migrationhubconfig = Aws::MigrationHubConfig::Client.new(region: 'us-east-1')
migrationhubconfig.operation_names
#=> [:create_home_region_control, :describe_home_region_controls, :get_home_region, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = migrationhubconfig.create_home_region_control(params)
See Client for more information.
Aws::MigrationHubConfig::Errors
Errors returned from AWS Migration Hub Config are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::MigrationHubConfig::Errors::ServiceError
# rescues all errors returned by AWS Migration Hub Config
end
See Errors for more information.