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++ 
public DeleteLaunchConfigurationResponse DeleteLaunchConfiguration(
	DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest
)
Public Function DeleteLaunchConfiguration ( _
	deleteLaunchConfigurationRequest As DeleteLaunchConfigurationRequest _
) As DeleteLaunchConfigurationResponse
public:
virtual DeleteLaunchConfigurationResponse^ DeleteLaunchConfiguration(
	DeleteLaunchConfigurationRequest^ deleteLaunchConfigurationRequest
) sealed

Parameters

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

Implements

AmazonAutoScaling..::..DeleteLaunchConfiguration(DeleteLaunchConfigurationRequest)

Exceptions

See Also