Class: Aws::Types::JobFailure
- Inherits:
-
Object
- Object
- Aws::Types::JobFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
939 940 941 |
# File 'sig/types.rbs', line 939 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
940 941 942 |
# File 'sig/types.rbs', line 940 def failure_reason @failure_reason end |