Table of Contents

Class ReplicaNotFoundException

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

The specified replica is no longer part of the global table.

public class ReplicaNotFoundException : AmazonDynamoDBException
Inheritance
ReplicaNotFoundException

Constructors

ReplicaNotFoundException(Exception)

Construct instance of ReplicaNotFoundException

public ReplicaNotFoundException(Exception innerException)

Parameters

innerException Exception

ReplicaNotFoundException(string)

Constructs a new ReplicaNotFoundException with the specified error message.

public ReplicaNotFoundException(string message)

Parameters

message string

Describes the error encountered.

ReplicaNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ReplicaNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ReplicaNotFoundException(string, Exception)

Construct instance of ReplicaNotFoundException

public ReplicaNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

ReplicaNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ReplicaNotFoundException

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