Class: Aws::Types::DataSourceErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "ACCESS_DENIED", ...
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def @message end |
#type ⇒ "ACCESS_DENIED", ...
Returns the value of attribute type.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def type @type end |