class Aws::DataSync::Types::TaskExecutionResultDetail
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.
@!attribute [rw] prepare_duration
The total time in milliseconds that DataSync spent in the PREPARING phase. @return [Integer]
@!attribute [rw] prepare_status
The status of the PREPARING phase. @return [String]
@!attribute [rw] total_duration
The total time in milliseconds that DataSync took to transfer the file from the source to the destination location. @return [Integer]
@!attribute [rw] transfer_duration
The total time in milliseconds that DataSync spent in the TRANSFERRING phase. @return [Integer]
@!attribute [rw] transfer_status
The status of the TRANSFERRING phase. @return [String]
@!attribute [rw] verify_duration
The total time in milliseconds that DataSync spent in the VERIFYING phase. @return [Integer]
@!attribute [rw] verify_status
The status of the VERIFYING phase. @return [String]
@!attribute [rw] error_code
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues. @return [String]
@!attribute [rw] error_detail
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/TaskExecutionResultDetail AWS API Documentation
Constants
- SENSITIVE