class Aws::Waiters::Poller

def matches_path?(acceptor, response)

def matches_path?(acceptor, response)
  if response.data
    JMESPath.search(path(acceptor), response.data) == acceptor['expected']
  else
    false
  end
end