You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The ID of the launch template.

#launch_template_nameString

The name of the launch template.

Returns:

  • (String)

    The name of the launch template.

#response_errorTypes::ResponseError

Information about the error.

Returns:

#version_numberInteger

The version number of the launch template.

Returns:

  • (Integer)

    The version number of the launch template.