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.ValidationException

  • LicenseManager.Client.exceptions.InvalidParameterValueException

  • LicenseManager.Client.exceptions.AuthorizationException

  • LicenseManager.Client.exceptions.AccessDeniedException

  • LicenseManager.Client.exceptions.RateLimitExceededException

  • LicenseManager.Client.exceptions.ServerInternalException