Class: Aws::Types::DashboardValidationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DashboardValidationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_path ⇒ ::String
Returns the value of attribute data_path.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#data_path ⇒ ::String
Returns the value of attribute data_path.
127 128 129 |
# File 'sig/types.rbs', line 127 def data_path @data_path end |
#message ⇒ ::String
Returns the value of attribute message.
128 129 130 |
# File 'sig/types.rbs', line 128 def @message end |