@Generated(value="software.amazon.awssdk:codegen") public final class BatchExecuteStatementException extends RedshiftDataException implements ToCopyableBuilder<BatchExecuteStatementException.Builder,BatchExecuteStatementException>
An SQL statement encountered an environmental error while running.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchExecuteStatementException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchExecuteStatementException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchExecuteStatementException.Builder> |
serializableBuilderClass() |
String |
statementId()
Statement identifier of the exception.
|
BatchExecuteStatementException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic BatchExecuteStatementException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchExecuteStatementException.Builder,BatchExecuteStatementException>toBuilder in class RedshiftDataExceptionpublic static BatchExecuteStatementException.Builder builder()
public static Class<? extends BatchExecuteStatementException.Builder> serializableBuilderClass()
public String statementId()
Statement identifier of the exception.
Copyright © 2022. All rights reserved.