:doc:`ARCZonalShift <../../arc-zonal-shift>` / Client / get_autoshift_observer_notification_status

******************************************
get_autoshift_observer_notification_status
******************************************



.. py:method:: ARCZonalShift.Client.get_autoshift_observer_notification_status()

  

  Returns the status of the autoshift observer notification. Autoshift observer notifications notify you through Amazon EventBridge when there is an autoshift event for zonal autoshift. The status can be ``ENABLED`` or ``DISABLED``. When ``ENABLED``, a notification is sent when an autoshift is triggered. When ``DISABLED``, notifications are not sent.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/GetAutoshiftObserverNotificationStatus>`_  


  **Request Syntax**
  ::

    response = client.get_autoshift_observer_notification_status()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'status': 'ENABLED'|'DISABLED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **status** *(string) --* 

        The status of autoshift observer notification. If the status is ``ENABLED``, ARC includes all autoshift events when you use the Amazon EventBridge pattern ``Autoshift In Progress``. When the status is ``DISABLED``, ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.

        
  
  **Exceptions**
  
  *   :py:class:`ARCZonalShift.Client.exceptions.InternalServerException`

  
  *   :py:class:`ARCZonalShift.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ARCZonalShift.Client.exceptions.AccessDeniedException`

  