TaskExecutionResultDetail
Provides detailed information about the result of your AWS DataSync task execution.
Contents
- ErrorCode
-
An error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.
Type: String
Required: No
- ErrorDetail
-
The detailed description of an error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.
Type: String
Required: No
- PrepareDuration
-
The time in milliseconds that your task execution was in the
PREPARINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync prepares your data transfer.Type: Long
Valid Range: Minimum value of 0.
Required: No
- PrepareStatus
-
The status of the
PREPARINGstep for your task execution. For more information, see Task execution statuses.Type: String
Valid Values:
PENDING | SUCCESS | ERRORRequired: No
- TotalDuration
-
The time in milliseconds that your task execution ran.
Type: Long
Valid Range: Minimum value of 0.
Required: No
- TransferDuration
-
The time in milliseconds that your task execution was in the
TRANSFERRINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync transfers your data.Type: Long
Valid Range: Minimum value of 0.
Required: No
- TransferStatus
-
The status of the
TRANSFERRINGstep for your task execution. For more information, see Task execution statuses.Type: String
Valid Values:
PENDING | SUCCESS | ERRORRequired: No
- VerifyDuration
-
The time in milliseconds that your task execution was in the
VERIFYINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync verifies your data's integrity.Type: Long
Valid Range: Minimum value of 0.
Required: No
- VerifyStatus
-
The status of the
VERIFYINGstep for your task execution. For more information, see Task execution statuses.Type: String
Valid Values:
PENDING | SUCCESS | ERRORRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: