Class: Aws::DataSync::Types::ReportResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Indicates whether DataSync created a complete task report for your transfer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Indicates the code associated with the error if DataSync can't create a complete report.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4808

class ReportResult < Struct.new(
  :status,
  :error_code,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailString

Provides details about issues creating a report.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4808

class ReportResult < Struct.new(
  :status,
  :error_code,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4808

class ReportResult < Struct.new(
  :status,
  :error_code,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end