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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ReplicaAlreadyExistsException(string, Exception)
Construct instance of ReplicaAlreadyExistsException
public ReplicaAlreadyExistsException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode