Table of Contents

Class BackupRestoringException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

You can't delete a backup while it's being used to restore a file system.

public class BackupRestoringException : AmazonFSxException
Inheritance
BackupRestoringException

Constructors

BackupRestoringException(Exception)

Construct instance of BackupRestoringException

public BackupRestoringException(Exception innerException)

Parameters

innerException Exception

BackupRestoringException(string)

Constructs a new BackupRestoringException with the specified error message.

public BackupRestoringException(string message)

Parameters

message string

Describes the error encountered.

BackupRestoringException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupRestoringException

public BackupRestoringException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

BackupRestoringException(string, Exception)

Construct instance of BackupRestoringException

public BackupRestoringException(string message, Exception innerException)

Parameters

message string
innerException Exception

BackupRestoringException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupRestoringException

public BackupRestoringException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

Properties

FileSystemId

Gets and sets the property FileSystemId.

The ID of a file system being restored from the backup.

public string FileSystemId { get; set; }

Property Value

string