Class: Aws::Types::PipelineExecutionStateDetails
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionStateDetails
- 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.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def code @code end |
#details ⇒ ::Array[Types::DetailedPipelineError]
Returns the value of attribute details.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def details @details end |
#message ⇒ ::String
Returns the value of attribute message.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def @message end |