Table of Contents

Class LambdaInvocationFailureException

Namespace
AWS.Messaging.Lambda
Assembly
AWS.Messaging.Lambda.dll

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)

Parameters

message string
innerException Exception