stop_automation_execution
(**kwargs)¶Stop an Automation that is currently running.
See also: AWS API Documentation
Request Syntax
response = client.stop_automation_execution(
AutomationExecutionId='string',
Type='Complete'|'Cancel'
)
[REQUIRED]
The execution ID of the Automation to stop.
dict
Response Syntax
{}
Response Structure
Exceptions
SSM.Client.exceptions.AutomationExecutionNotFoundException
SSM.Client.exceptions.InvalidAutomationStatusUpdateException
SSM.Client.exceptions.InternalServerError