FailedS3Resource constructor
FailedS3Resource({
- String? errorCode,
- String? errorMessage,
- S3Resource? failedItem,
Implementation
FailedS3Resource({
this.errorCode,
this.errorMessage,
this.failedItem,
});