Skip to content

Commit

Permalink
feat(client-bcm-pricing-calculator): Added ConflictException to Delet…
Browse files Browse the repository at this point in the history
…eBillEstimate.
  • Loading branch information
awstools committed Dec 26, 2024
1 parent 538eb12 commit 993e46d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export interface DeleteBillEstimateCommandOutput extends DeleteBillEstimateRespo
* @see {@link DeleteBillEstimateCommandOutput} for command's `response` shape.
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
*
* @throws {@link ConflictException} (client fault)
* <p>
* The request could not be processed because of conflict in the current state of the resource.
* </p>
*
* @throws {@link DataUnavailableException} (client fault)
* <p>
* The requested data is currently unavailable.
Expand Down
3 changes: 3 additions & 0 deletions codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3732,6 +3732,9 @@
"target": "com.amazonaws.bcmpricingcalculator#DeleteBillEstimateResponse"
},
"errors": [
{
"target": "com.amazonaws.bcmpricingcalculator#ConflictException"
},
{
"target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException"
}
Expand Down

0 comments on commit 993e46d

Please sign in to comment.