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