public class LambdaFunctionException extends DecisionException
Constructor and Description |
---|
LambdaFunctionException(String message) |
LambdaFunctionException(String message,
long eventId,
String name,
String id) |
LambdaFunctionException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getFunctionId() |
String |
getFunctionName() |
void |
setFunctionId(String functionId) |
void |
setFunctionName(String functionName) |
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LambdaFunctionException(String message)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.