amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromXML ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

Generic ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

Associated Types

type Rep ValidationWarning :: Type -> Type #

Read ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

Show ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

NFData ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

Methods

rnf :: ValidationWarning -> () #

Eq ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

Hashable ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

type Rep ValidationWarning Source # 
Instance details

Defined in Amazonka.EC2.Types.ValidationWarning

type Rep ValidationWarning = D1 ('MetaData "ValidationWarning" "Amazonka.EC2.Types.ValidationWarning" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ValidationWarning'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationError]))))

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.