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
innerException
Exception
TableAlreadyExistsException(string)
Constructs a new TableAlreadyExistsException with the specified error message.
public TableAlreadyExistsException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode