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.
15583 15584 15585 15586 15587 15588 15589 15590 |
# File 'lib/aws-sdk-ec2/types.rb', line 15583 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.
15583 15584 15585 15586 15587 15588 15589 15590 |
# File 'lib/aws-sdk-ec2/types.rb', line 15583 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.
15583 15584 15585 15586 15587 15588 15589 15590 |
# File 'lib/aws-sdk-ec2/types.rb', line 15583 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.
15583 15584 15585 15586 15587 15588 15589 15590 |
# File 'lib/aws-sdk-ec2/types.rb', line 15583 class DeleteLaunchTemplateVersionsResponseErrorItem < Struct.new( :launch_template_id, :launch_template_name, :version_number, :response_error) SENSITIVE = [] include Aws::Structure end |