Table of Contents

Class ReplicaAlreadyExistsException

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

The specified replica is already part of the global table.

public class ReplicaAlreadyExistsException : AmazonDynamoDBException
Inheritance
ReplicaAlreadyExistsException

Constructors

ReplicaAlreadyExistsException(Exception)

Construct instance of ReplicaAlreadyExistsException

public ReplicaAlreadyExistsException(Exception innerException)

Parameters

innerException Exception

ReplicaAlreadyExistsException(string)

Constructs a new ReplicaAlreadyExistsException with the specified error message.

public ReplicaAlreadyExistsException(string message)

Parameters

message string

Describes the error encountered.

ReplicaAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ReplicaAlreadyExistsException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ReplicaAlreadyExistsException(string, Exception)

Construct instance of ReplicaAlreadyExistsException

public ReplicaAlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception

ReplicaAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ReplicaAlreadyExistsException

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