Class: Aws::Types::FailureDetails
- Inherits:
-
Object
- Object
- Aws::Types::FailureDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "JobFailed", ...
Returns the value of attribute type.
Instance Attribute Details
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def external_execution_id @external_execution_id end |
#message ⇒ ::String
Returns the value of attribute message.
514 515 516 |
# File 'sig/types.rbs', line 514 def end |
#type ⇒ "JobFailed", ...
Returns the value of attribute type.
513 514 515 |
# File 'sig/types.rbs', line 513 def type @type end |