Skip to content

Commit

Permalink
Use error matcher instead of status code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Jan 27, 2015
1 parent 8c5987c commit de25c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions botocore/data/aws/elasticache/2014-09-30.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"maxAttempts": 60,
"acceptors": [
{
"expected": 404,
"matcher": "status",
"expected": "CacheClusterNotFound",
"matcher": "error",
"state": "success"
},
{
Expand Down Expand Up @@ -111,8 +111,8 @@
"maxAttempts": 60,
"acceptors": [
{
"expected": 404,
"matcher": "status",
"expected": "ReplicationGroupNotFoundFault",
"matcher": "error",
"state": "success"
},
{
Expand Down

0 comments on commit de25c9b

Please sign in to comment.