Table of Contents

Class BackupNotFoundException

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

Backup not found for the given BackupARN.

public class BackupNotFoundException : AmazonDynamoDBException
Inheritance
BackupNotFoundException

Constructors

BackupNotFoundException(Exception)

Construct instance of BackupNotFoundException

public BackupNotFoundException(Exception innerException)

Parameters

innerException Exception

BackupNotFoundException(string)

Constructs a new BackupNotFoundException with the specified error message.

public BackupNotFoundException(string message)

Parameters

message string

Describes the error encountered.

BackupNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

BackupNotFoundException(string, Exception)

Construct instance of BackupNotFoundException

public BackupNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

BackupNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupNotFoundException

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