delete_license_manager_report_generator

LicenseManager.Client.delete_license_manager_report_generator(**kwargs)

Deletes the specified report generator.

This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.

See also: AWS API Documentation

Request Syntax

response = client.delete_license_manager_report_generator(
    LicenseManagerReportGeneratorArn='string'
)
Parameters
LicenseManagerReportGeneratorArn (string) --

[REQUIRED]

Amazon Resource Name (ARN) of the report generator to be deleted.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • LicenseManager.Client.exceptions.ValidationException
  • LicenseManager.Client.exceptions.InvalidParameterValueException
  • LicenseManager.Client.exceptions.ResourceLimitExceededException
  • LicenseManager.Client.exceptions.ServerInternalException
  • LicenseManager.Client.exceptions.AuthorizationException
  • LicenseManager.Client.exceptions.RateLimitExceededException
  • LicenseManager.Client.exceptions.AccessDeniedException
  • LicenseManager.Client.exceptions.ResourceNotFoundException