@Generated(value="software.amazon.awssdk:codegen") public 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.
|
static Class<? extends CannotDeleteException.Builder> |
serializableBuilderClass() |
CannotDeleteException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic CannotDeleteException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CannotDeleteException.Builder,CannotDeleteException>public 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.