LicenseManager / Client / delete_license_configuration
delete_license_configuration¶
- LicenseManager.Client.delete_license_configuration(**kwargs)¶
 Deletes the specified license configuration.
You cannot delete a license configuration that is in use.
See also: AWS API Documentation
Request Syntax
response = client.delete_license_configuration( LicenseConfigurationArn='string' )
- Parameters:
 LicenseConfigurationArn (string) –
[REQUIRED]
ID of the license configuration.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
LicenseManager.Client.exceptions.InvalidParameterValueExceptionLicenseManager.Client.exceptions.ServerInternalExceptionLicenseManager.Client.exceptions.AuthorizationExceptionLicenseManager.Client.exceptions.AccessDeniedExceptionLicenseManager.Client.exceptions.RateLimitExceededException