delete_ruleset

GlueDataBrew.Client.delete_ruleset(**kwargs)

Deletes a ruleset.

See also: AWS API Documentation

Request Syntax

response = client.delete_ruleset(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the ruleset to be deleted.

Return type
dict
Returns
Response Syntax
{
    'Name': 'string'
}

Response Structure

  • (dict) --
    • Name (string) --

      The name of the deleted ruleset.

Exceptions

  • GlueDataBrew.Client.exceptions.ResourceNotFoundException
  • GlueDataBrew.Client.exceptions.ValidationException
  • GlueDataBrew.Client.exceptions.ConflictException