class Aws::Waiters::Poller

def matches_status?(acceptor, response)

def matches_status?(acceptor, response)
  response.context.http_response.status_code == acceptor['expected']
end