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