LicenseManager / Client / check_in_license

check_in_license#

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

Request Syntax

response = client.check_in_license(
    LicenseConsumptionToken='string',
    Beneficiary='string'
)
Parameters:
  • LicenseConsumptionToken (string) –

    [REQUIRED]

    License consumption token.

  • Beneficiary (string) – License beneficiary.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions