GlueDataBrew / Client / delete_schedule

delete_schedule#

GlueDataBrew.Client.delete_schedule(**kwargs)#

Deletes the specified DataBrew schedule.

See also: AWS API Documentation

Request Syntax

response = client.delete_schedule(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the schedule to be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the schedule that was deleted.

Exceptions