Class: Aws::Types::ChangesetErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ChangesetErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_category ⇒ "VALIDATION", ...
Returns the value of attribute error_category.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_category ⇒ "VALIDATION", ...
Returns the value of attribute error_category.
38 39 40 |
# File 'sig/types.rbs', line 38 def error_category @error_category end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
37 38 39 |
# File 'sig/types.rbs', line 37 def @error_message end |