Class: Aws::Types::TerminateServiceJobsErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::TerminateServiceJobsErrorDetail
- 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.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def code @code end |
#job ⇒ ::String
Returns the value of attribute job.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def job @job end |
#message ⇒ ::String
Returns the value of attribute message.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def @message end |