Closed
Description
Hi,
I have a code snippet that sends a S3Select request to a bucket. The program returns True
in the IsSuccess
method. However as I see here the result is of type Model::SelectObjectContentOutcome
. By following the documentation here this consists of a Aws::NoResult and although there is a GetResult method, there is no actual way to get or parse the results, like in other AWS SDK requests. Is this feature missing or am I doing something wrong?
Thank you very much