Module: Aws::LookoutEquipment::Client::_StartDataIngestionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartDataIngestionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#job_id ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def job_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
757 |
# File 'sig/client.rbs', line 757
def status: () -> ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS")
|