TaskExecutionResultDetail

public struct TaskExecutionResultDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Errors that AWS DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.

    Declaration

    Swift

    public let errorCode: String?
  • Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.

    Declaration

    Swift

    public let errorDetail: String?
  • The total time in milliseconds that AWS DataSync spent in the PREPARING phase.

    Declaration

    Swift

    public let prepareDuration: Int64?
  • The status of the PREPARING phase.

    Declaration

    Swift

    public let prepareStatus: PhaseStatus?
  • The total time in milliseconds that AWS DataSync took to transfer the file from the source to the destination location.

    Declaration

    Swift

    public let totalDuration: Int64?
  • The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.

    Declaration

    Swift

    public let transferDuration: Int64?
  • The status of the TRANSFERRING Phase.

    Declaration

    Swift

    public let transferStatus: PhaseStatus?
  • The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.

    Declaration

    Swift

    public let verifyDuration: Int64?
  • The status of the VERIFYING Phase.

    Declaration

    Swift

    public let verifyStatus: PhaseStatus?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorDetail: String? = nil, prepareDuration: Int64? = nil, prepareStatus: PhaseStatus? = nil, totalDuration: Int64? = nil, transferDuration: Int64? = nil, transferStatus: PhaseStatus? = nil, verifyDuration: Int64? = nil, verifyStatus: PhaseStatus? = nil)