Class: Aws::DataSync::Types::TaskExecutionResultDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskExecutionResultDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Describes the detailed result of a ‘TaskExecution` operation. This result includes the time in milliseconds spent in each phase, the status of the task execution, and the errors encountered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Errors that DataSync encountered during execution of the task.
-
#error_detail ⇒ String
Detailed description of an error that was encountered during the task execution.
-
#prepare_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the PREPARING phase.
-
#prepare_status ⇒ String
The status of the PREPARING phase.
-
#total_duration ⇒ Integer
The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.
-
#transfer_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the TRANSFERRING phase.
-
#transfer_status ⇒ String
The status of the TRANSFERRING phase.
-
#verify_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the VERIFYING phase.
-
#verify_status ⇒ String
The status of the VERIFYING phase.
Instance Attribute Details
#error_code ⇒ String
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#error_detail ⇒ String
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#prepare_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the PREPARING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#prepare_status ⇒ String
The status of the PREPARING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#total_duration ⇒ Integer
The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#transfer_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the TRANSFERRING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#transfer_status ⇒ String
The status of the TRANSFERRING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#verify_duration ⇒ Integer
The total time in milliseconds that DataSync spent in the VERIFYING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |
#verify_status ⇒ String
The status of the VERIFYING phase.
5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-datasync/types.rb', line 5351 class TaskExecutionResultDetail < Struct.new( :prepare_duration, :prepare_status, :total_duration, :transfer_duration, :transfer_status, :verify_duration, :verify_status, :error_code, :error_detail) SENSITIVE = [] include Aws::Structure end |