Module: Aws::LocationService::Client::_CancelJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#job_arn ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def job_arn: () -> ::String
|
#job_id ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def job_id: () -> ::String
|
#status ⇒ "Pending", ...
231 |
# File 'sig/client.rbs', line 231
def status: () -> ("Pending" | "Running" | "Completed" | "Failed" | "Cancelling" | "Cancelled")
|