CallFunctionResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)Response of CallFunction method.
Attributes |
|
|---|---|
| Name | Description |
execution_id |
str
Execution id of function invocation. |
result |
str
Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context. |
error |
str
Either system or user-function generated error. Set if execution was not successful. |