Skip to content

Commit

Permalink
Fix conversion error for EMR waiters
Browse files Browse the repository at this point in the history
Found by someboredkiddo
Introduced in 23e042f

Closes boto#378
Fixes aws/aws-cli#1007
  • Loading branch information
jamesls committed Nov 19, 2014
1 parent 370176f commit 3d2a439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions botocore/data/aws/emr/2009-03-31.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"argument": "Cluster.Status.State",
"expected": "RUNNING"
},
{
"state": "success",
"matcher": "path",
"argument": "Cluster.Status.State",
"expected": "WAITING"
},
{
"state": "failure",
"matcher": "path",
Expand Down

0 comments on commit 3d2a439

Please sign in to comment.