Table of Contents

Class BackupInUseException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

There is another ongoing conflicting backup control plane operation on the table. The backup is either being created, deleted or restored to a table.

public class BackupInUseException : AmazonDynamoDBException
Inheritance
BackupInUseException

Constructors

BackupInUseException(Exception)

Construct instance of BackupInUseException

public BackupInUseException(Exception innerException)

Parameters

innerException Exception

BackupInUseException(string)

Constructs a new BackupInUseException with the specified error message.

public BackupInUseException(string message)

Parameters

message string

Describes the error encountered.

BackupInUseException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupInUseException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

BackupInUseException(string, Exception)

Construct instance of BackupInUseException

public BackupInUseException(string message, Exception innerException)

Parameters

message string
innerException Exception

BackupInUseException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupInUseException

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