Class: Aws::Types::JobError
- Inherits:
-
Object
- Object
- Aws::Types::JobError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "ValidationError", "InternalServerError"
Returns the value of attribute code.
-
#messages ⇒ ::Array[::String]
Returns the value of attribute messages.
Instance Attribute Details
#code ⇒ "ValidationError", "InternalServerError"
Returns the value of attribute code.
794 795 796 |
# File 'sig/types.rbs', line 794 def code @code end |
#messages ⇒ ::Array[::String]
Returns the value of attribute messages.
795 796 797 |
# File 'sig/types.rbs', line 795 def end |