Class ModeNotSupportedException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ModeNotSupportedException.Builder,ModeNotSupportedException>

@Generated("software.amazon.awssdk:codegen") public final class ModeNotSupportedException extends LambdaException implements ToCopyableBuilder<ModeNotSupportedException.Builder,ModeNotSupportedException>

The Lambda function doesn't support the invocation mode requested. For example, calling Invoke with InvocationType=RequestResponse on a function configured for asynchronous-only invocation, or vice versa. For more information about invocation types, see Invoking Lambda functions.

See Also: