Skip to content

Commit 993e46d

Browse files
author
awstools
committed
feat(client-bcm-pricing-calculator): Added ConflictException to DeleteBillEstimate.
1 parent 538eb12 commit 993e46d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

clients/client-bcm-pricing-calculator/src/commands/DeleteBillEstimateCommand.ts

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ export interface DeleteBillEstimateCommandOutput extends DeleteBillEstimateRespo
5656
* @see {@link DeleteBillEstimateCommandOutput} for command's `response` shape.
5757
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
5858
*
59+
* @throws {@link ConflictException} (client fault)
60+
* <p>
61+
* The request could not be processed because of conflict in the current state of the resource.
62+
* </p>
63+
*
5964
* @throws {@link DataUnavailableException} (client fault)
6065
* <p>
6166
* The requested data is currently unavailable.

codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json

+3
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,9 @@
37323732
"target": "com.amazonaws.bcmpricingcalculator#DeleteBillEstimateResponse"
37333733
},
37343734
"errors": [
3735+
{
3736+
"target": "com.amazonaws.bcmpricingcalculator#ConflictException"
3737+
},
37353738
{
37363739
"target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException"
37373740
}

0 commit comments

Comments
 (0)