LicenseManager / Client / delete_license_asset_group
delete_license_asset_group¶
- LicenseManager.Client.delete_license_asset_group(**kwargs)¶
Deletes a license asset group.
See also: AWS API Documentation
Request Syntax
response = client.delete_license_asset_group( LicenseAssetGroupArn='string' )
- Parameters:
LicenseAssetGroupArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) of the license asset group.
- Return type:
dict
- Returns:
Response Syntax
{ 'Status': 'ACTIVE'|'DISABLED'|'DELETED' }
Response Structure
(dict) –
Status (string) –
License asset group status.
Exceptions
LicenseManager.Client.exceptions.ValidationExceptionLicenseManager.Client.exceptions.InvalidParameterValueExceptionLicenseManager.Client.exceptions.AuthorizationExceptionLicenseManager.Client.exceptions.AccessDeniedExceptionLicenseManager.Client.exceptions.RateLimitExceededExceptionLicenseManager.Client.exceptions.ServerInternalException