delete_recipe_version
(**kwargs)¶Deletes a single version of a DataBrew recipe.
See also: AWS API Documentation
Request Syntax
response = client.delete_recipe_version(
Name='string',
RecipeVersion='string'
)
[REQUIRED]
The name of the recipe.
[REQUIRED]
The version of the recipe to be deleted. You can specify a numeric versions ( X.Y
) or LATEST_WORKING
. LATEST_PUBLISHED
is not supported.
dict
Response Syntax
{
'Name': 'string',
'RecipeVersion': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the recipe that was deleted.
RecipeVersion (string) --
The version of the recipe that was deleted.
Exceptions
GlueDataBrew.Client.exceptions.ConflictException
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException