EventBridge.Client.
activate_event_source
(**kwargs)¶Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.
See also: AWS API Documentation
Request Syntax
response = client.activate_event_source(
Name='string'
)
[REQUIRED]
The name of the partner event source to activate.
Exceptions
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.ConcurrentModificationException
EventBridge.Client.exceptions.InvalidStateException
EventBridge.Client.exceptions.InternalException
EventBridge.Client.exceptions.OperationDisabledException