@Generated(value="software.amazon.awssdk:codegen") public final class ModelStreamErrorException extends BedrockRuntimeException implements ToCopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>
An error occurred while streaming the response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelStreamErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelStreamErrorException.Builder |
builder() |
String |
originalMessage()
The original message.
|
Integer |
originalStatusCode()
The original status code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelStreamErrorException.Builder> |
serializableBuilderClass() |
ModelStreamErrorException.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 ModelStreamErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>toBuilder in class BedrockRuntimeExceptionpublic static ModelStreamErrorException.Builder builder()
public static Class<? extends ModelStreamErrorException.Builder> serializableBuilderClass()
public String originalMessage()
The original message.
public Integer originalStatusCode()
The original status code.
Copyright © 2023. All rights reserved.