| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticBeanstalk.Types.ValidationMessage
Description
Synopsis
- data ValidationMessage = ValidationMessage' {}
- newValidationMessage :: ValidationMessage
- validationMessage_message :: Lens' ValidationMessage (Maybe Text)
- validationMessage_namespace :: Lens' ValidationMessage (Maybe Text)
- validationMessage_optionName :: Lens' ValidationMessage (Maybe Text)
- validationMessage_severity :: Lens' ValidationMessage (Maybe ValidationSeverity)
Documentation
data ValidationMessage Source #
An error or warning for a desired configuration option value.
See: newValidationMessage smart constructor.
Constructors
| ValidationMessage' | |
Fields
| |
Instances
newValidationMessage :: ValidationMessage Source #
Create a value of ValidationMessage 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:message:ValidationMessage', validationMessage_message - A message describing the error or warning.
$sel:namespace:ValidationMessage', validationMessage_namespace - The namespace to which the option belongs.
$sel:optionName:ValidationMessage', validationMessage_optionName - The name of the option.
$sel:severity:ValidationMessage', validationMessage_severity - An indication of the severity of this message:
error: This message indicates that this is not a valid setting for an option.warning: This message is providing information you should take into account.
validationMessage_message :: Lens' ValidationMessage (Maybe Text) Source #
A message describing the error or warning.
validationMessage_namespace :: Lens' ValidationMessage (Maybe Text) Source #
The namespace to which the option belongs.
validationMessage_optionName :: Lens' ValidationMessage (Maybe Text) Source #
The name of the option.
validationMessage_severity :: Lens' ValidationMessage (Maybe ValidationSeverity) Source #
An indication of the severity of this message:
error: This message indicates that this is not a valid setting for an option.warning: This message is providing information you should take into account.