Skip to content

Commit 7ff8231

Browse files
author
AWS
committed
Elastic Load Balancing Update: Correct incorrectly mapped error in ELBv2 waiters
1 parent b352581 commit 7ff8231

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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": "Elastic Load Balancing",
4+
"contributor": "",
5+
"description": "Correct incorrectly mapped error in ELBv2 waiters"
6+
}

services/elasticloadbalancingv2/src/main/resources/codegen-resources/waiters-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"matcher": "error",
16-
"expected": "LoadBalancerNotFoundException",
16+
"expected": "LoadBalancerNotFound",
1717
"state": "retry"
1818
}
1919
]
@@ -38,7 +38,7 @@
3838
{
3939
"state": "retry",
4040
"matcher": "error",
41-
"expected": "LoadBalancerNotFoundException"
41+
"expected": "LoadBalancerNotFound"
4242
}
4343
]
4444
},
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"matcher": "error",
58-
"expected": "LoadBalancerNotFoundException",
58+
"expected": "LoadBalancerNotFound",
5959
"state": "success"
6060
}
6161
]

0 commit comments

Comments
 (0)