stop_trigger(**kwargs)¶Stops a specified trigger.
See also: AWS API Documentation
Request Syntax
response = client.stop_trigger(
Name='string'
)
[REQUIRED]
The name of the trigger to stop.
{
'Name': 'string'
}
Response Structure
The name of the trigger that was stopped.
Exceptions
Glue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.OperationTimeoutExceptionGlue.Client.exceptions.ConcurrentModificationException