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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



66560
66561
66562
66563
66564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66560

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