@Generated(value="software.amazon.awssdk:codegen") public final class ModelErrorException extends SageMakerRuntimeException implements ToCopyableBuilder<ModelErrorException.Builder,ModelErrorException>
Model (owned by the customer in the container) returned 4xx or 5xx error code.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelErrorException.Builder |
builder() |
String |
logStreamArn()
The Amazon Resource Name (ARN) of the log stream.
|
String |
originalMessage()
Original message.
|
Integer |
originalStatusCode()
Original status code.
|
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 SageMakerRuntimeExceptionpublic static ModelErrorException.Builder builder()
public static Class<? extends ModelErrorException.Builder> serializableBuilderClass()
public Integer originalStatusCode()
Original status code.
public String originalMessage()
Original message.
public String logStreamArn()
The Amazon Resource Name (ARN) of the log stream.
Copyright © 2023. All rights reserved.