Task
Task object encapsulating task information.
Contents
- Status
-
Status of the task - Not Started, In-Progress, Complete.
Type: String
Valid Values:
NOT_STARTED | IN_PROGRESS | FAILED | COMPLETED
Required: Yes
- ProgressPercent
-
Indication of the percentage completion of the task.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- StatusDetail
-
Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2500.
Pattern:
^.{0,2500}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: