@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidTimeRangeException extends AWSCloudTrailException
Occurs if the timestamp values are not valid. Either the start time occurs after the end time, or the time range is outside the range of possible values.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidTimeRangeException(String message)
Constructs a new InvalidTimeRangeException 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 InvalidTimeRangeException(String message)
message - Describes the error encountered.