Class LambdaInvocationFailureException
Thrown to communicate a fatal error in the Lambda invocation to the Lambda service.
public class LambdaInvocationFailureException : AWSMessagingException, ISerializable
- Inheritance
-
LambdaInvocationFailureException
- Implements
Constructors
LambdaInvocationFailureException(string, Exception?)
Creates an instance of LambdaInvocationFailureException.
public LambdaInvocationFailureException(string message, Exception? innerException = null)