@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 an error 500.
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()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public ModelErrorException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<ModelErrorException.Builder,ModelErrorException>
toBuilder
in class SageMakerRuntimeException
public 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.