Class: Aws::Types::TerminateJobsErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::TerminateJobsErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#job ⇒ ::String
Returns the value of attribute job.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def code @code end |
#job ⇒ ::String
Returns the value of attribute job.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def job @job end |
#message ⇒ ::String
Returns the value of attribute message.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def end |