BatchPutMessageErrorEntry constructor

BatchPutMessageErrorEntry({
  1. ErrorCode? errorCode,
  2. String? errorMessage,
  3. String? messageId,
})

Implementation

BatchPutMessageErrorEntry({
  this.errorCode,
  this.errorMessage,
  this.messageId,
});