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