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.
465 466 467 |
# File 'sig/types.rbs', line 465 def error_detail @error_detail end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
463 464 465 |
# File 'sig/types.rbs', line 463 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
464 465 466 |
# File 'sig/types.rbs', line 464 def job_run_id @job_run_id end |