delete_license
(**kwargs)¶Deletes the specified license.
See also: AWS API Documentation
Request Syntax
response = client.delete_license(
LicenseArn='string',
SourceVersion='string'
)
[REQUIRED]
Amazon Resource Name (ARN) of the license.
[REQUIRED]
Current version of the license.
dict
Response Syntax
{
'Status': 'PENDING_DELETE'|'DELETED',
'DeletionDate': 'string'
}
Response Structure
(dict) --
Status (string) --
License status.
DeletionDate (string) --
Date when the license is deleted.
Exceptions
LicenseManager.Client.exceptions.ValidationException
LicenseManager.Client.exceptions.InvalidParameterValueException
LicenseManager.Client.exceptions.RedirectException
LicenseManager.Client.exceptions.ConflictException
LicenseManager.Client.exceptions.ServerInternalException
LicenseManager.Client.exceptions.AuthorizationException
LicenseManager.Client.exceptions.AccessDeniedException
LicenseManager.Client.exceptions.RateLimitExceededException