Class: Aws::EC2::Types::DeleteLaunchTemplateVersionsResponseErrorItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a launch template version that could not be deleted.

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_idString

The ID of the launch template.

Returns:

  • (String)


8113
8114
8115
8116
8117
8118
8119
# File 'lib/aws-sdk-ec2/types.rb', line 8113

class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version_number,
  :response_error)
  include Aws::Structure
end

#launch_template_nameString

The name of the launch template.

Returns:

  • (String)


8113
8114
8115
8116
8117
8118
8119
# File 'lib/aws-sdk-ec2/types.rb', line 8113

class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version_number,
  :response_error)
  include Aws::Structure
end

#response_errorTypes::ResponseError

Information about the error.



8113
8114
8115
8116
8117
8118
8119
# File 'lib/aws-sdk-ec2/types.rb', line 8113

class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version_number,
  :response_error)
  include Aws::Structure
end

#version_numberInteger

The version number of the launch template.

Returns:

  • (Integer)


8113
8114
8115
8116
8117
8118
8119
# File 'lib/aws-sdk-ec2/types.rb', line 8113

class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version_number,
  :response_error)
  include Aws::Structure
end