Skip to content

Commit

Permalink
Update 2014-10-31.waiters.json
Browse files Browse the repository at this point in the history
Catch the case where RDS returns a 404 for the DBInstanceDeleted waiter
  • Loading branch information
Jc2k committed Jan 20, 2015
1 parent 34db554 commit d63b7d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions botocore/data/aws/rds/2014-10-31.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
"operation": "DescribeDBInstances",
"maxAttempts": 60,
"acceptors": [
{
"expected": 404,
"matcher": "status",
"state": "success"
},
{
"expected": "deleted",
"matcher": "pathAll",
Expand Down

0 comments on commit d63b7d8

Please sign in to comment.