Skip to content

Commit d782b26

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
1 parent a9f6248 commit d782b26

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
},
306306
"errors":[
307307
{"shape":"DBClusterAlreadyExistsFault"},
308+
{"shape":"InsufficientDBInstanceCapacityFault"},
308309
{"shape":"InsufficientStorageClusterCapacityFault"},
309310
{"shape":"DBClusterQuotaExceededFault"},
310311
{"shape":"StorageQuotaExceededFault"},

0 commit comments

Comments
 (0)