public class KMSInvalidStateException
extends com.amazonaws.AmazonServiceException
Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function's KMS key settings.
Constructor and Description |
---|
KMSInvalidStateException(java.lang.String message)
Constructs a new KMSInvalidStateException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Returns the value of the type property for this object.
|
void |
setType(java.lang.String type)
Sets the value of type
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
public KMSInvalidStateException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getType()
public void setType(java.lang.String type)
type
- The new value for the type property for this object.