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.ConflictExceptionBillingandCostManagementPricingCalculator.Client.exceptions.ValidationExceptionBillingandCostManagementPricingCalculator.Client.exceptions.DataUnavailableExceptionBillingandCostManagementPricingCalculator.Client.exceptions.InternalServerExceptionBillingandCostManagementPricingCalculator.Client.exceptions.AccessDeniedExceptionBillingandCostManagementPricingCalculator.Client.exceptions.ThrottlingException