Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_recipe_version

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'
)
Parameters
  • Name (string) --

    [REQUIRED]

    The name of the recipe.

  • RecipeVersion (string) --

    [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.

Return type

dict

Returns

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