AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

Namespace: Amazon.SimpleSystemsManagement
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DeleteAssociationResponse DeleteAssociation(
         DeleteAssociationRequest request
)

Parameters

request
Type: Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest

Container for the necessary parameters to execute the DeleteAssociation service method.

Return Value
Type: Amazon.SimpleSystemsManagement.Model.DeleteAssociationResponse
The response from the DeleteAssociation service method, as returned by SimpleSystemsManagement.

Exceptions

ExceptionCondition
AssociationDoesNotExistException The specified association does not exist.
InternalServerErrorException An error occurred on the server side.
InvalidDocumentException The specified document does not exist.
InvalidInstanceIdException The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
TooManyUpdatesException There are concurrent updates for a resource that supports one update at a time.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5