Class: Aws::EC2::Types::ValidationWarning

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorsArray<Types::ValidationError>

The error codes and error messages.

Returns:



71547
71548
71549
71550
71551
# File 'lib/aws-sdk-ec2/types.rb', line 71547

class ValidationWarning < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end