@Generated(value="software.amazon.awssdk:codegen") public final class TableNotFoundException extends DynamoDbException implements ToCopyableBuilder<TableNotFoundException.Builder,TableNotFoundException>
A source table with the name TableName
does not currently exist within the subscriber's account.
Modifier and Type | Class and Description |
---|---|
static interface |
TableNotFoundException.Builder |
Modifier and Type | Method and Description |
---|---|
static TableNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableNotFoundException.Builder> |
serializableBuilderClass() |
TableNotFoundException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public TableNotFoundException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TableNotFoundException.Builder,TableNotFoundException>
toBuilder
in class DynamoDbException
public static TableNotFoundException.Builder builder()
public static Class<? extends TableNotFoundException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.