Class: Aws::EC2::Types::DeleteLaunchTemplateVersionsResponseErrorItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteLaunchTemplateVersionsResponseErrorItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch template version that could not be deleted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the launch template.
 - 
  
    
      #launch_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the launch template.
 - 
  
    
      #response_error  ⇒ Types::ResponseError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the error.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the launch template.
 
Instance Attribute Details
#launch_template_id ⇒ String
The ID of the launch template.
      14461 14462 14463 14464 14465 14466 14467 14468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14461 class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new( :launch_template_id, :launch_template_name, :version_number, :response_error) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_name ⇒ String
The name of the launch template.
      14461 14462 14463 14464 14465 14466 14467 14468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14461 class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new( :launch_template_id, :launch_template_name, :version_number, :response_error) SENSITIVE = [] include Aws::Structure end  | 
  
#response_error ⇒ Types::ResponseError
Information about the error.
      14461 14462 14463 14464 14465 14466 14467 14468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14461 class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new( :launch_template_id, :launch_template_name, :version_number, :response_error) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The version number of the launch template.
      14461 14462 14463 14464 14465 14466 14467 14468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14461 class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new( :launch_template_id, :launch_template_name, :version_number, :response_error) SENSITIVE = [] include Aws::Structure end  |