extend_license_consumption
(**kwargs)¶Extends the expiration date for license consumption.
See also: AWS API Documentation
Request Syntax
response = client.extend_license_consumption(
LicenseConsumptionToken='string',
DryRun=True|False
)
[REQUIRED]
License consumption token.
dict
Response Syntax
{
'LicenseConsumptionToken': 'string',
'Expiration': 'string'
}
Response Structure
(dict) --
LicenseConsumptionToken (string) --
License consumption token.
Expiration (string) --
Date and time at which the license consumption expires.
Exceptions
LicenseManager.Client.exceptions.ValidationException
LicenseManager.Client.exceptions.InvalidParameterValueException
LicenseManager.Client.exceptions.AuthorizationException
LicenseManager.Client.exceptions.AccessDeniedException
LicenseManager.Client.exceptions.RateLimitExceededException
LicenseManager.Client.exceptions.ServerInternalException
LicenseManager.Client.exceptions.ResourceNotFoundException