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

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

Overview

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

[1]: docs.aws.amazon.com/datasync/latest/userguide/task-reports.html

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)


4697
4698
4699
4700
4701
4702
4703
# File 'lib/aws-sdk-datasync/types.rb', line 4697

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)


4697
4698
4699
4700
4701
4702
4703
# File 'lib/aws-sdk-datasync/types.rb', line 4697

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)


4697
4698
4699
4700
4701
4702
4703
# File 'lib/aws-sdk-datasync/types.rb', line 4697

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