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