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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def @message end |