Class ResourceNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be
ACTIVE.
public class ResourceNotFoundException : AmazonDynamoDBException
- Inheritance
-
ResourceNotFoundException
Constructors
ResourceNotFoundException(Exception)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(Exception innerException)
Parameters
innerExceptionException
ResourceNotFoundException(string)
Constructs a new ResourceNotFoundException with the specified error message.
public ResourceNotFoundException(string message)
Parameters
messagestringDescribes the error encountered.
ResourceNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ResourceNotFoundException(string, Exception)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, Exception innerException)
Parameters
ResourceNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode