BillingandCostManagementPricingCalculator / Client / delete_bill_estimate

delete_bill_estimate#

BillingandCostManagementPricingCalculator.Client.delete_bill_estimate(**kwargs)#

Deletes an existing bill estimate.

See also: AWS API Documentation

Request Syntax

response = client.delete_bill_estimate(
    identifier='string'
)
Parameters:

identifier (string) –

[REQUIRED]

The unique identifier of the bill estimate to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • BillingandCostManagementPricingCalculator.Client.exceptions.ValidationException

  • BillingandCostManagementPricingCalculator.Client.exceptions.DataUnavailableException

  • BillingandCostManagementPricingCalculator.Client.exceptions.InternalServerException

  • BillingandCostManagementPricingCalculator.Client.exceptions.AccessDeniedException

  • BillingandCostManagementPricingCalculator.Client.exceptions.ThrottlingException