FailedS3Resource constructor

FailedS3Resource({
  1. String? errorCode,
  2. String? errorMessage,
  3. S3Resource? failedItem,
})

Implementation

FailedS3Resource({
  this.errorCode,
  this.errorMessage,
  this.failedItem,
});