Class: Aws::Types::JobAttachmentDetailsError
- Inherits:
-
Object
- Object
- Aws::Types::JobAttachmentDetailsError
- 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.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def code @code end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def @message end |