@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeVerificationFailedException extends AWSLambdaException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
CodeVerificationFailedException(String message)
Constructs a new CodeVerificationFailedException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getType() |
void |
setType(String type) |
CodeVerificationFailedException |
withType(String type) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CodeVerificationFailedException(String message)
message
- Describes the error encountered.public void setType(String type)
type
- public String getType()
public CodeVerificationFailedException withType(String type)
type
-