@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public BackupRestoringException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<BackupRestoringException.Builder,BackupRestoringException>
toBuilder
in class FSxException
public 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.