Class: Aws::Types::DetailedPipelineError
- Inherits:
-
Object
- Object
- Aws::Types::DetailedPipelineError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "VALIDATION_ERROR", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "VALIDATION_ERROR", ...
Returns the value of attribute code.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def @message end |