@Generated(value="software.amazon.awssdk:codegen") public final class ExpiredIteratorException extends DynamoDbException implements ToCopyableBuilder<ExpiredIteratorException.Builder,ExpiredIteratorException>
 The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15
 minutes after it is retrieved using the GetShardIterator action.
 
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ExpiredIteratorException.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExpiredIteratorException.Builder | 
builder()  | 
static Class<? extends ExpiredIteratorException.Builder> | 
serializableBuilderClass()  | 
ExpiredIteratorException.Builder | 
toBuilder()
Create a  
AwsServiceException.Builder initialized with the properties of this AwsServiceException. | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ExpiredIteratorException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ExpiredIteratorException.Builder,ExpiredIteratorException>toBuilder in class DynamoDbExceptionpublic static ExpiredIteratorException.Builder builder()
public static Class<? extends ExpiredIteratorException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.