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.EntityNotFoundExceptionGlue.Client.exceptions.CrawlerRunningExceptionGlue.Client.exceptions.SchedulerTransitioningExceptionGlue.Client.exceptions.OperationTimeoutException