Class: Aws::Types::DashboardInvalidInputError
- Inherits:
-
Object
- Object
- Aws::Types::DashboardInvalidInputError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_validation_messages ⇒ ::Array[Types::DashboardValidationMessage]
Returns the value of attribute dashboard_validation_messages.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#dashboard_validation_messages ⇒ ::Array[Types::DashboardValidationMessage]
Returns the value of attribute dashboard_validation_messages.
117 118 119 |
# File 'sig/types.rbs', line 117 def @dashboard_validation_messages end |
#message ⇒ ::String
Returns the value of attribute message.
116 117 118 |
# File 'sig/types.rbs', line 116 def @message end |