EventBridge.Client.
cancel_replay
(**kwargs)¶Cancels the specified replay.
See also: AWS API Documentation
Request Syntax
response = client.cancel_replay(
ReplayName='string'
)
[REQUIRED]
The name of the replay to cancel.
{
'ReplayArn': 'string',
'State': 'STARTING'|'RUNNING'|'CANCELLING'|'COMPLETED'|'CANCELLED'|'FAILED',
'StateReason': 'string'
}
Response Structure
The ARN of the replay to cancel.
The current state of the replay.
The reason that the replay is in the current state.
Exceptions
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.ConcurrentModificationException
EventBridge.Client.exceptions.IllegalStatusException
EventBridge.Client.exceptions.InternalException