Method: Aws::MigrationHub::Types::Task#status

Defined in:
lib/aws-sdk-migrationhub/types.rb

#statusString

Status of the task - Not Started, In-Progress, Complete.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-migrationhub/types.rb', line 1250

class Task < Struct.new(
  :status,
  :status_detail,
  :progress_percent)
  SENSITIVE = []
  include Aws::Structure
end