Class TableAlreadyExistsException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
A target table with the specified name already exists.
public class TableAlreadyExistsException : AmazonDynamoDBException
- Inheritance
-
TableAlreadyExistsException
Constructors
TableAlreadyExistsException(Exception)
Construct instance of TableAlreadyExistsException
public TableAlreadyExistsException(Exception innerException)
Parameters
innerExceptionException
TableAlreadyExistsException(string)
Constructs a new TableAlreadyExistsException with the specified error message.
public TableAlreadyExistsException(string message)
Parameters
messagestringDescribes the error encountered.
TableAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of TableAlreadyExistsException
public TableAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
TableAlreadyExistsException(string, Exception)
Construct instance of TableAlreadyExistsException
public TableAlreadyExistsException(string message, Exception innerException)
Parameters
TableAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of TableAlreadyExistsException
public TableAlreadyExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode