Class: Aws::EC2::Types::ValidationWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ValidationWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::ValidationError>
The error codes and error messages.
Instance Attribute Details
#errors ⇒ Array<Types::ValidationError>
The error codes and error messages.
71241 71242 71243 71244 71245 |
# File 'lib/aws-sdk-ec2/types.rb', line 71241 class ValidationWarning < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |