Class: Aws::Types::BatchStopJobRunError
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopJobRunError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
469 470 471 |
# File 'sig/types.rbs', line 469 def error_detail @error_detail end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
467 468 469 |
# File 'sig/types.rbs', line 467 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def job_run_id @job_run_id end |