Glue.Client.
delete_crawler
(**kwargs)¶Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING
.
See also: AWS API Documentation
Request Syntax
response = client.delete_crawler(
Name='string'
)
[REQUIRED]
The name of the crawler to remove.
{}
Response Structure
Exceptions
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.CrawlerRunningException
Glue.Client.exceptions.SchedulerTransitioningException
Glue.Client.exceptions.OperationTimeoutException