MigrationHub / Client / disassociate_discovered_resource
disassociate_discovered_resource#
- MigrationHub.Client.disassociate_discovered_resource(**kwargs)#
- Disassociate an Application Discovery Service discovered resource from a migration task. - See also: AWS API Documentation - Request Syntax - response = client.disassociate_discovered_resource( ProgressUpdateStream='string', MigrationTaskName='string', ConfigurationId='string', DryRun=True|False ) - Parameters:
- ProgressUpdateStream (string) – - [REQUIRED] - The name of the ProgressUpdateStream. 
- MigrationTaskName (string) – - [REQUIRED] - The identifier given to the MigrationTask. Do not store personal data in this field. 
- ConfigurationId (string) – - [REQUIRED] - ConfigurationId of the Application Discovery Service resource to be disassociated. 
- DryRun (boolean) – Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - MigrationHub.Client.exceptions.AccessDeniedException
- MigrationHub.Client.exceptions.ThrottlingException
- MigrationHub.Client.exceptions.InternalServerError
- MigrationHub.Client.exceptions.ServiceUnavailableException
- MigrationHub.Client.exceptions.DryRunOperation
- MigrationHub.Client.exceptions.UnauthorizedOperation
- MigrationHub.Client.exceptions.InvalidInputException
- MigrationHub.Client.exceptions.ResourceNotFoundException
- MigrationHub.Client.exceptions.HomeRegionNotSetException