:doc:`LicenseManager <../../license-manager>` / Client / check_in_license

****************
check_in_license
****************



.. py:method:: LicenseManager.Client.check_in_license(**kwargs)

  

  Checks in the specified license. Check in a license when it is no longer in use.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CheckInLicense>`_  


  **Request Syntax**
  ::

    response = client.check_in_license(
        LicenseConsumptionToken='string',
        Beneficiary='string'
    )
    
  :type LicenseConsumptionToken: string
  :param LicenseConsumptionToken: **[REQUIRED]** 

    License consumption token.

    

  
  :type Beneficiary: string
  :param Beneficiary: 

    License beneficiary.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.ValidationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

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

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

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

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

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  