Class: Aws::Types::DataSourceErrorMessage
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceErrorMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
-
#error_type ⇒ "ACCESS_DENIED_EXCEPTION", ...
Returns the value of attribute error_type.
Instance Attribute Details
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def error_detail @error_detail end |
#error_type ⇒ "ACCESS_DENIED_EXCEPTION", ...
Returns the value of attribute error_type.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def error_type @error_type end |