@Generated(value="software.amazon.awssdk:codegen") public final class CodeVerificationFailedException extends LambdaException implements ToCopyableBuilder<CodeVerificationFailedException.Builder,CodeVerificationFailedException>
The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy is set to ENFORCE. Lambda blocks the deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeVerificationFailedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeVerificationFailedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeVerificationFailedException.Builder> |
serializableBuilderClass() |
CodeVerificationFailedException.Builder |
toBuilder() |
String |
type()
Returns the value of the Type property for this object.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic CodeVerificationFailedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeVerificationFailedException.Builder,CodeVerificationFailedException>toBuilder in class LambdaExceptionpublic static CodeVerificationFailedException.Builder builder()
public static Class<? extends CodeVerificationFailedException.Builder> serializableBuilderClass()
public String type()
Copyright © 2023. All rights reserved.