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