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