Deletes the specified LaunchConfiguration.

The specified launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.2.0 (1.4.2.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
DeleteLaunchConfigurationResponse DeleteLaunchConfiguration(
	DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest
)
Function DeleteLaunchConfiguration ( _
	deleteLaunchConfigurationRequest As DeleteLaunchConfigurationRequest _
) As DeleteLaunchConfigurationResponse
DeleteLaunchConfigurationResponse^ DeleteLaunchConfiguration(
	DeleteLaunchConfigurationRequest^ deleteLaunchConfigurationRequest
)

Parameters

deleteLaunchConfigurationRequest
DeleteLaunchConfigurationRequest
Container for the necessary parameters to execute the DeleteLaunchConfiguration service method on AmazonAutoScaling.

Exceptions

See Also