BillingandCostManagementPricingCalculator / Client / delete_workload_estimate
delete_workload_estimate¶
- BillingandCostManagementPricingCalculator.Client.delete_workload_estimate(**kwargs)¶
Deletes an existing workload estimate.
See also: AWS API Documentation
Request Syntax
response = client.delete_workload_estimate( identifier='string' )
- Parameters:
identifier (string) –
[REQUIRED]
The unique identifier of the workload estimate to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
BillingandCostManagementPricingCalculator.Client.exceptions.ValidationExceptionBillingandCostManagementPricingCalculator.Client.exceptions.DataUnavailableExceptionBillingandCostManagementPricingCalculator.Client.exceptions.InternalServerExceptionBillingandCostManagementPricingCalculator.Client.exceptions.AccessDeniedExceptionBillingandCostManagementPricingCalculator.Client.exceptions.ThrottlingException