SageMaker / Client / delete_association
delete_association#
- SageMaker.Client.delete_association(**kwargs)#
- Deletes an association. - See also: AWS API Documentation - Request Syntax- response = client.delete_association( SourceArn='string', DestinationArn='string' ) - Parameters:
- SourceArn (string) – - [REQUIRED] - The ARN of the source. 
- DestinationArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the destination. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'SourceArn': 'string', 'DestinationArn': 'string' } - Response Structure- (dict) – - SourceArn (string) – - The ARN of the source. 
- DestinationArn (string) – - The Amazon Resource Name (ARN) of the destination. 
 
 
 - Exceptions- SageMaker.Client.exceptions.ResourceNotFound