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.
      72053 72054 72055 72056 72057  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72053 class ValidationWarning < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end  |