@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, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public CannotDeleteException.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.