public class ExpiredImportTokenException extends AmazonServiceException
The request was rejected because the provided import token is expired. Use GetParametersForImport to retrieve 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, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredImportTokenException(String message)
message - Describes the error encountered.Copyright © 2018. All rights reserved.