TaskExecutionResultDetail

Provides detailed information about the result of your DataSync task execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.

Link copied to clipboard

The detailed description of an error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.

Link copied to clipboard

The time in milliseconds that your task execution was in the PREPARING step. For more information, see Task execution statuses.

Link copied to clipboard

The status of the PREPARING step for your task execution. For more information, see Task execution statuses.

Link copied to clipboard

The time in milliseconds that your task execution ran.

Link copied to clipboard

The time in milliseconds that your task execution was in the TRANSFERRING step. For more information, see Task execution statuses.

Link copied to clipboard

The status of the TRANSFERRING step for your task execution. For more information, see Task execution statuses.

Link copied to clipboard

The time in milliseconds that your task execution was in the VERIFYING step. For more information, see Task execution statuses.

Link copied to clipboard

The status of the VERIFYING step for your task execution. For more information, see Task execution statuses.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String