Class SnapStartRegenerationFailureException

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

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

Lambda couldn't regenerate the SnapStart snapshot for the function. SnapStart-enabled functions periodically regenerate snapshots when their underlying runtime or dependencies change; this regeneration failed. Wait for Lambda to retry, or update the function's configuration to trigger a new snapshot. For more information, see Lambda SnapStart.

See Also: