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

  • LicenseManager.Client.exceptions.ValidationException
  • LicenseManager.Client.exceptions.InvalidParameterValueException
  • LicenseManager.Client.exceptions.ResourceNotFoundException
  • LicenseManager.Client.exceptions.ConflictException
  • LicenseManager.Client.exceptions.AuthorizationException
  • LicenseManager.Client.exceptions.AccessDeniedException
  • LicenseManager.Client.exceptions.RateLimitExceededException
  • LicenseManager.Client.exceptions.ServerInternalException