Class ExportConflictException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
There was a conflict when writing to the specified S3 bucket.
public class ExportConflictException : AmazonDynamoDBException
- Inheritance
-
ExportConflictException
Constructors
ExportConflictException(Exception)
Construct instance of ExportConflictException
public ExportConflictException(Exception innerException)
Parameters
innerException
Exception
ExportConflictException(string)
Constructs a new ExportConflictException with the specified error message.
public ExportConflictException(string message)
Parameters
message
stringDescribes the error encountered.
ExportConflictException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportConflictException
public ExportConflictException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ExportConflictException(string, Exception)
Construct instance of ExportConflictException
public ExportConflictException(string message, Exception innerException)
Parameters
ExportConflictException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportConflictException
public ExportConflictException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode