Table of Contents

Class InvalidLambdaMessagingOptionsException

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

Thrown when a LambdaMessagingOptions is configured with one or more invalid values

public class InvalidLambdaMessagingOptionsException : AWSMessagingException, ISerializable
Inheritance
InvalidLambdaMessagingOptionsException
Implements

Constructors

InvalidLambdaMessagingOptionsException(string, Exception?)

public InvalidLambdaMessagingOptionsException(string message, Exception? innerException = null)

Parameters

message string
innerException Exception