DataAutomationforBedrock / Client / delete_data_automation_project
delete_data_automation_project#
- DataAutomationforBedrock.Client.delete_data_automation_project(**kwargs)#
- Deletes an existing Amazon Bedrock Data Automation Project - See also: AWS API Documentation - Request Syntax- response = client.delete_data_automation_project( projectArn='string' ) - Parameters:
- projectArn (string) – - [REQUIRED] - ARN generated at the server side when a DataAutomationProject is created 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'projectArn': 'string', 'status': 'COMPLETED'|'IN_PROGRESS'|'FAILED' } - Response Structure- (dict) – - Delete DataAutomationProject Response - projectArn (string) – - ARN of a DataAutomationProject 
- status (string) – - Status of Data Automation Project 
 
 
 - Exceptions- DataAutomationforBedrock.Client.exceptions.ValidationException
- DataAutomationforBedrock.Client.exceptions.InternalServerException
- DataAutomationforBedrock.Client.exceptions.ThrottlingException
- DataAutomationforBedrock.Client.exceptions.AccessDeniedException
- DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException