Table of Contents

Class ContinuousBackupsUnavailableException

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

Backups have not yet been enabled for this table.

public class ContinuousBackupsUnavailableException : AmazonDynamoDBException
Inheritance
ContinuousBackupsUnavailableException

Constructors

ContinuousBackupsUnavailableException(Exception)

Construct instance of ContinuousBackupsUnavailableException

public ContinuousBackupsUnavailableException(Exception innerException)

Parameters

innerException Exception

ContinuousBackupsUnavailableException(string)

Constructs a new ContinuousBackupsUnavailableException with the specified error message.

public ContinuousBackupsUnavailableException(string message)

Parameters

message string

Describes the error encountered.

ContinuousBackupsUnavailableException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ContinuousBackupsUnavailableException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ContinuousBackupsUnavailableException(string, Exception)

Construct instance of ContinuousBackupsUnavailableException

public ContinuousBackupsUnavailableException(string message, Exception innerException)

Parameters

message string
innerException Exception

ContinuousBackupsUnavailableException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ContinuousBackupsUnavailableException

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