@Generated(value="software.amazon.awssdk:codegen") public final class MessageRejectedException extends SesException implements ToCopyableBuilder<MessageRejectedException.Builder,MessageRejectedException>
Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
Modifier and Type | Class and Description |
---|---|
static interface |
MessageRejectedException.Builder |
Modifier and Type | Method and Description |
---|---|
static MessageRejectedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MessageRejectedException.Builder> |
serializableBuilderClass() |
MessageRejectedException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public MessageRejectedException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MessageRejectedException.Builder,MessageRejectedException>
toBuilder
in class SesException
public static MessageRejectedException.Builder builder()
public static Class<? extends MessageRejectedException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.