Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DashboardValidationMessage Source #
An error or warning for the operation.
See: newDashboardValidationMessage
smart constructor.
Instances
newDashboardValidationMessage :: DashboardValidationMessage Source #
Create a value of DashboardValidationMessage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataPath:DashboardValidationMessage'
, dashboardValidationMessage_dataPath
- The data path related to the message.
$sel:message:DashboardValidationMessage'
, dashboardValidationMessage_message
- A message describing the error or warning.
dashboardValidationMessage_dataPath :: Lens' DashboardValidationMessage (Maybe Text) Source #
The data path related to the message.
dashboardValidationMessage_message :: Lens' DashboardValidationMessage (Maybe Text) Source #
A message describing the error or warning.