class Aws::Lambda::Types::InvocationResponse
@!attribute [rw] status_code
The HTTP status code is in the 200 range for a successful request. For the `RequestResponse` invocation type, this status code is 200. For the `Event` invocation type, this status code is 202. For the `DryRun` invocation type, the status code is 204. @return [Integer]
@!attribute [rw] function_error
If present, indicates that an error occurred during function execution. Details about the error are included in the response payload. @return [String]
@!attribute [rw] log_result
The last 4 KB of the execution log, which is base64 encoded. @return [String]
@!attribute [rw] payload
The response from the function, or an error object. @return [String]
@!attribute [rw] executed_version
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvocationResponse AWS API Documentation
Constants
- SENSITIVE