:doc:`EventBridge <../../events>` / Client / activate_event_source

*********************
activate_event_source
*********************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ActivateEventSource>`_  


  **Request Syntax**
  ::

    response = client.activate_event_source(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the partner event source to activate.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`EventBridge.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EventBridge.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`EventBridge.Client.exceptions.InvalidStateException`

  
  *   :py:class:`EventBridge.Client.exceptions.InternalException`

  
  *   :py:class:`EventBridge.Client.exceptions.OperationDisabledException`

  