Class: Aws::Types::JobDetailsError
- Inherits:
-
Object
- Object
- Aws::Types::JobDetailsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def code @code end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def @message end |