Class InvalidLambdaFunctionOutputException

All Implemented Interfaces:
Serializable

public class InvalidLambdaFunctionOutputException extends AmazonServiceException

The AWS Lambda function returned invalid output or an exception.

See Also:
  • Constructor Details

    • InvalidLambdaFunctionOutputException

      public InvalidLambdaFunctionOutputException(String message)
      Constructs a new InvalidLambdaFunctionOutputException with the specified error message.
      Parameters:
      message - Describes the error encountered.