Class InvalidCodeSignatureException

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

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

The code signature failed the integrity check. If the integrity check fails, then Lambda blocks deployment, even if the code signing policy is set to WARN.

See Also: