Serializable
, ToCopyableBuilder<InvalidTimeRangeException.Builder,InvalidTimeRangeException>
@Generated("software.amazon.awssdk:codegen") public class InvalidTimeRangeException extends ConfigException implements ToCopyableBuilder<InvalidTimeRangeException.Builder,InvalidTimeRangeException>
The specified time range is not valid. The earlier time is not chronologically before the later time.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InvalidTimeRangeException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static InvalidTimeRangeException.Builder |
builder() |
|
static Class<? extends InvalidTimeRangeException.Builder> |
serializableBuilderClass() |
|
InvalidTimeRangeException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTimeRangeException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InvalidTimeRangeException.Builder,InvalidTimeRangeException>
public static InvalidTimeRangeException.Builder builder()
public static Class<? extends InvalidTimeRangeException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.