@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public CodeVerificationFailedException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CodeVerificationFailedException.Builder,CodeVerificationFailedException>
toBuilder
in class LambdaException
public static CodeVerificationFailedException.Builder builder()
public static Class<? extends CodeVerificationFailedException.Builder> serializableBuilderClass()
public String type()
Copyright © 2022. All rights reserved.