Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ExportConflictException(string, Exception)

Construct instance of ExportConflictException

public ExportConflictException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode