ModeNotSupportedException¶
Error Class¶
ModeNotSupportedException
dataclass
¶
Bases: ServiceError
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.