MigrationHubConfig / Client / delete_home_region_control
delete_home_region_control#
- MigrationHubConfig.Client.delete_home_region_control(**kwargs)#
This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
See also: AWS API Documentation
Request Syntax
response = client.delete_home_region_control( ControlId='string' )
- Parameters:
ControlId (string) –
[REQUIRED]
A unique identifier that’s generated for each home region control. It’s always a string that begins with “hrc-” followed by 12 lowercase letters and numbers.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
MigrationHubConfig.Client.exceptions.InternalServerError
MigrationHubConfig.Client.exceptions.ServiceUnavailableException
MigrationHubConfig.Client.exceptions.AccessDeniedException
MigrationHubConfig.Client.exceptions.ThrottlingException
MigrationHubConfig.Client.exceptions.InvalidInputException