@Generated(value="software.amazon.awssdk:codegen") public final class BackupRestoringException extends FSxException implements ToCopyableBuilder<BackupRestoringException.Builder,BackupRestoringException>
You can't delete a backup while it's being used to restore a file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackupRestoringException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BackupRestoringException.Builder |
builder() |
String |
fileSystemId()
The ID of a file system being restored from the backup.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackupRestoringException.Builder> |
serializableBuilderClass() |
BackupRestoringException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic BackupRestoringException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<BackupRestoringException.Builder,BackupRestoringException>toBuilder in class FSxExceptionpublic static BackupRestoringException.Builder builder()
public static Class<? extends BackupRestoringException.Builder> serializableBuilderClass()
public String fileSystemId()
The ID of a file system being restored from the backup.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.