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