@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApiKeyValidityOutOfBoundsException extends AWSAppSyncException
The API key expiration must be set to a value between 1 and 365 days from creation (for CreateApiKey
) or
from update (for UpdateApiKey
).
AmazonServiceException.ErrorType
Constructor and Description |
---|
ApiKeyValidityOutOfBoundsException(String message)
Constructs a new ApiKeyValidityOutOfBoundsException 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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApiKeyValidityOutOfBoundsException(String message)
message
- Describes the error encountered.