AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <Outcome.h>
Template class representing the outcome of making a request. It will contain either a successful result or the failure error. The caller must check whether the outcome of the request was a success before attempting to access the result or the error.