| 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.EC2.Types.ValidationWarning
Description
Synopsis
Documentation
data ValidationWarning Source #
The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.
See: newValidationWarning smart constructor.
Constructors
| ValidationWarning' | |
Fields
| |
Instances
newValidationWarning :: ValidationWarning Source #
Create a value of ValidationWarning 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:errors:ValidationWarning', validationWarning_errors - The error codes and error messages.
validationWarning_errors :: Lens' ValidationWarning (Maybe [ValidationError]) Source #
The error codes and error messages.