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:



66653
66654
66655
66656
66657
# File 'lib/aws-sdk-ec2/types.rb', line 66653

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