:doc:`Inspector2 <../../inspector2>` / Client / send_cis_session_health

***********************
send_cis_session_health
***********************



.. py:method:: Inspector2.Client.send_cis_session_health(**kwargs)

  

  Sends a CIS session health. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/SendCisSessionHealth>`_  


  **Request Syntax**
  ::

    response = client.send_cis_session_health(
        scanJobId='string',
        sessionToken='string'
    )
    
  :type scanJobId: string
  :param scanJobId: **[REQUIRED]** 

    A unique identifier for the scan job.

    

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

    The unique token that identifies the CIS session.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Inspector2.Client.exceptions.ConflictException`

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

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

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

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

  