:doc:`Detective <../../detective>` / Client / start_monitoring_member

***********************
start_monitoring_member
***********************



.. py:method:: Detective.Client.start_monitoring_member(**kwargs)

  

  Sends a request to enable data ingest for a member account that has a status of ``ACCEPTED_BUT_DISABLED``.

   

  For valid member accounts, the status is updated as follows.

   

  
  * If Detective enabled the member account, then the new status is ``ENABLED``.
   
  * If Detective cannot enable the member account, the status remains ``ACCEPTED_BUT_DISABLED``.
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/StartMonitoringMember>`_  


  **Request Syntax**
  ::

    response = client.start_monitoring_member(
        GraphArn='string',
        AccountId='string'
    )
    
  :type GraphArn: string
  :param GraphArn: **[REQUIRED]** 

    The ARN of the behavior graph.

    

  
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The account ID of the member account to try to enable.

     

    The account must be an invited member account with a status of ``ACCEPTED_BUT_DISABLED``.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Detective.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Detective.Client.exceptions.ConflictException`

  
  *   :py:class:`Detective.Client.exceptions.InternalServerException`

  
  *   :py:class:`Detective.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Detective.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Detective.Client.exceptions.ValidationException`

  