Skip to content

Commit 6a86f80

Browse files
OAS Update
1 parent 984d08b commit 6a86f80

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

services/alb/v2/alb.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,9 @@
12671267
"403": {
12681268
"description": "this project_id is not allowed to try this API"
12691269
},
1270+
"429": {
1271+
"description": "maximum number of credentials reached - please contact support to increase it"
1272+
},
12701273
"500": {
12711274
"description": "internal error - please retry again later or contact support if the issue persists"
12721275
},
@@ -1734,6 +1737,9 @@
17341737
"409": {
17351738
"description": "Application Load Balancer already exists"
17361739
},
1740+
"429": {
1741+
"description": "maximum number of load balancing servers reached - please contact support to increase it"
1742+
},
17371743
"500": {
17381744
"description": "internal error - please retry again later or contact support if the issue persists"
17391745
},

services/certificates/v2/certificates.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@
342342
"403": {
343343
"description": "this project_id is not allowed to try this API"
344344
},
345+
"429": {
346+
"description": "maximum number of certificates is reached - please contact support to increase it"
347+
},
345348
"500": {
346349
"description": "internal error - please retry again later or contact support if the issue persists"
347350
},

services/load-balancer/v2/load-balancer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,9 @@
11761176
"403": {
11771177
"description": "this project_id is not allowed to try this API"
11781178
},
1179+
"429": {
1180+
"description": "maximum number of credentials reached - please contact support to increase it"
1181+
},
11791182
"500": {
11801183
"description": "internal error - please retry again later or contact support if the issue persists"
11811184
},
@@ -1646,6 +1649,9 @@
16461649
"409": {
16471650
"description": "load balancer already exists"
16481651
},
1652+
"429": {
1653+
"description": "maximum number of load balancing servers reached - please contact support to increase it"
1654+
},
16491655
"500": {
16501656
"description": "internal error - please retry again later or contact support if the issue persists"
16511657
},

0 commit comments

Comments
 (0)