Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.CancelCommand C# (CSharp) Method

CancelCommand() public method

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommand ( CancelCommandRequest request ) : CancelCommandResponse
request Amazon.SimpleSystemsManagement.Model.CancelCommandRequest Container for the necessary parameters to execute the CancelCommand service method.
return CancelCommandResponse
        public CancelCommandResponse CancelCommand(CancelCommandRequest request)
        {
            var marshaller = new CancelCommandRequestMarshaller();
            var unmarshaller = CancelCommandResponseUnmarshaller.Instance;

            return Invoke<CancelCommandRequest,CancelCommandResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonSimpleSystemsManagementClient::CancelCommand ( string commandId ) : CancelCommandResponse
AmazonSimpleSystemsManagementClient::CancelCommand ( string commandId, List instanceIds ) : CancelCommandResponse
AmazonSimpleSystemsManagementClient