@Generated(value="software.amazon.awssdk:codegen") public final class CannotDeleteException extends SesException implements ToCopyableBuilder<CannotDeleteException.Builder,CannotDeleteException>
Indicates that the delete operation could not be completed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CannotDeleteException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CannotDeleteException.Builder |
builder() |
String |
name()
Indicates that a resource could not be deleted because no resource with the specified name exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CannotDeleteException.Builder> |
serializableBuilderClass() |
CannotDeleteException.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 CannotDeleteException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CannotDeleteException.Builder,CannotDeleteException>toBuilder in class SesExceptionpublic static CannotDeleteException.Builder builder()
public static Class<? extends CannotDeleteException.Builder> serializableBuilderClass()
public String name()
Indicates that a resource could not be deleted because no resource with the specified name exists.
Copyright © 2023. All rights reserved.