@Generated(value="software.amazon.awssdk:codegen") public final class ModelErrorException extends BedrockRuntimeException implements ToCopyableBuilder<ModelErrorException.Builder,ModelErrorException>
The request failed due to an error while processing the model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelErrorException.Builder |
builder() |
Integer |
originalStatusCode()
The original status code.
|
String |
resourceName()
The resource name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelErrorException.Builder> |
serializableBuilderClass() |
ModelErrorException.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 ModelErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelErrorException.Builder,ModelErrorException>toBuilder in class BedrockRuntimeExceptionpublic static ModelErrorException.Builder builder()
public static Class<? extends ModelErrorException.Builder> serializableBuilderClass()
public Integer originalStatusCode()
The original status code.
public String resourceName()
The resource name.
Copyright © 2023. All rights reserved.