@Generated(value="software.amazon.awssdk:codegen") public final class InternalServerErrorException extends MqException implements ToCopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
Returns information about an error.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InternalServerErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InternalServerErrorException.Builder |
builder() |
String |
errorAttribute()
The attribute which caused the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InternalServerErrorException.Builder> |
serializableBuilderClass() |
InternalServerErrorException.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 InternalServerErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>toBuilder in class MqExceptionpublic static InternalServerErrorException.Builder builder()
public static Class<? extends InternalServerErrorException.Builder> serializableBuilderClass()
public String errorAttribute()
The attribute which caused the error.
Copyright © 2022. All rights reserved.