Class: Aws::Types::CancelJobsErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobsErrorDetail
- 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.
78 79 80 |
# File 'sig/types.rbs', line 78 def code @code end |
#job ⇒ ::String
Returns the value of attribute job.
77 78 79 |
# File 'sig/types.rbs', line 77 def job @job end |
#message ⇒ ::String
Returns the value of attribute message.
79 80 81 |
# File 'sig/types.rbs', line 79 def end |