Class: Aws::Types::ComputeNodeExecutionStateDetails
- Inherits:
-
Object
- Object
- Aws::Types::ComputeNodeExecutionStateDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "VALIDATION_ERROR", ...
Returns the value of attribute code.
-
#details ⇒ ::Array[Types::DetailedPipelineError]
Returns the value of attribute details.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "VALIDATION_ERROR", ...
Returns the value of attribute code.
789 790 791 |
# File 'sig/types.rbs', line 789 def code @code end |
#details ⇒ ::Array[Types::DetailedPipelineError]
Returns the value of attribute details.
791 792 793 |
# File 'sig/types.rbs', line 791 def details @details end |
#message ⇒ ::String
Returns the value of attribute message.
790 791 792 |
# File 'sig/types.rbs', line 790 def @message end |