Class SerializedRequestEntityTooLargeException

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

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

The processed request payload exceeded the Invoke request body size limit for asynchronous invocations. While the event payload may be under 1 MB, the size after internal serialization exceeds the maximum allowed size for asynchronous invocations.

See Also: