Java com.amazonaws.services.lambda.model InvokeResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.lambda.model InvokeResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.lambda.model InvokeResult.

The text is from its open source code.

Method

StringgetFunctionError()

If present, indicates that an error occurred during function execution.

StringgetLogResult()

The last 4 KB of the execution log, which is base64 encoded.

java.nio.ByteBuffergetPayload()

The response from the function, or an error object.

IntegergetStatusCode()

The HTTP status code is in the 200 range for a successful request.