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
innerExceptionException
ReplicaNotFoundException(string)
Constructs a new ReplicaNotFoundException with the specified error message.
public ReplicaNotFoundException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ReplicaNotFoundException(string, Exception)
Construct instance of ReplicaNotFoundException
public ReplicaNotFoundException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode