DescribeReportCreationOutput constructor

DescribeReportCreationOutput({
  1. String? errorMessage,
  2. String? s3Location,
  3. String? status,
})

Implementation

DescribeReportCreationOutput({
  this.errorMessage,
  this.s3Location,
  this.status,
});