delete_blueprint
(**kwargs)¶Deletes an existing blueprint.
See also: AWS API Documentation
Request Syntax
response = client.delete_blueprint(
Name='string'
)
[REQUIRED]
The name of the blueprint to delete.
{
'Name': 'string'
}
Response Structure
Returns the name of the blueprint that was deleted.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.InternalServiceException