GlueDataBrew / Client / delete_project
delete_project#
- GlueDataBrew.Client.delete_project(**kwargs)#
Deletes an existing DataBrew project.
See also: AWS API Documentation
Request Syntax
response = client.delete_project( Name='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the project to be deleted.
- Return type:
dict
- Returns:
Response Syntax
{ 'Name': 'string' }
Response Structure
(dict) –
Name (string) –
The name of the project that you deleted.
Exceptions
GlueDataBrew.Client.exceptions.ConflictException
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException