Open
Description
x-post from https://github.com/aws/aws-sdk-ruby/pull/3001/files
All CloudFormation waiters should have the following acceptor to handle throttling errors:
{
"matcher": "error",
"expected": "Throttling",
"state": "retry"
}