@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExpiredImportTokenException extends AWSKMSException
The request was rejected because the specified import token is expired. Use GetParametersForImport to get a new import token and public key, use the new public key to encrypt the key material, and then try the request again.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| ExpiredImportTokenException(String message)Constructs a new ExpiredImportTokenException with the specified error message. | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredImportTokenException(String message)
message - Describes the error encountered.