@Generated(value="software.amazon.awssdk:codegen") public final class DependencyFailureException extends BackupException implements ToCopyableBuilder<DependencyFailureException.Builder,DependencyFailureException>
A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DependencyFailureException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DependencyFailureException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
context()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DependencyFailureException.Builder> |
serializableBuilderClass() |
DependencyFailureException.Builder |
toBuilder() |
String |
type()
|
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 DependencyFailureException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DependencyFailureException.Builder,DependencyFailureException>toBuilder in class BackupExceptionpublic static DependencyFailureException.Builder builder()
public static Class<? extends DependencyFailureException.Builder> serializableBuilderClass()
public String code()
public String type()
public String context()
Copyright © 2023. All rights reserved.