Class: Aws::Types::DataViewErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::DataViewErrorInfo
- 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.
166 167 168 |
# File 'sig/types.rbs', line 166 def error_category @error_category end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
165 166 167 |
# File 'sig/types.rbs', line 165 def @error_message end |