Table of Contents

Class SourceBackupUnavailableException

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

The request was rejected because the lifecycle status of the source backup isn't AVAILABLE.

public class SourceBackupUnavailableException : AmazonFSxException
Inheritance
SourceBackupUnavailableException

Constructors

SourceBackupUnavailableException(Exception)

Construct instance of SourceBackupUnavailableException

public SourceBackupUnavailableException(Exception innerException)

Parameters

innerException Exception

SourceBackupUnavailableException(string)

Constructs a new SourceBackupUnavailableException with the specified error message.

public SourceBackupUnavailableException(string message)

Parameters

message string

Describes the error encountered.

SourceBackupUnavailableException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of SourceBackupUnavailableException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

SourceBackupUnavailableException(string, Exception)

Construct instance of SourceBackupUnavailableException

public SourceBackupUnavailableException(string message, Exception innerException)

Parameters

message string
innerException Exception

SourceBackupUnavailableException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of SourceBackupUnavailableException

public SourceBackupUnavailableException(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

BackupId

Gets and sets the property BackupId.

public string BackupId { get; set; }

Property Value

string