Class BackupNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Backup not found for the given BackupARN.
public class BackupNotFoundException : AmazonDynamoDBException
- Inheritance
-
BackupNotFoundException
Constructors
BackupNotFoundException(Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(Exception innerException)
Parameters
innerExceptionException
BackupNotFoundException(string)
Constructs a new BackupNotFoundException with the specified error message.
public BackupNotFoundException(string message)
Parameters
messagestringDescribes the error encountered.
BackupNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
BackupNotFoundException(string, Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException)
Parameters
BackupNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode