AWS SDK Version 3 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.

Deregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeregisterApplicationAsync.

Namespace: Amazon.SsmSap
Assembly: AWSSDK.SsmSap.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeregisterApplicationResponse DeregisterApplication(
         DeregisterApplicationRequest request
)

Parameters

request
Type: Amazon.SsmSap.Model.DeregisterApplicationRequest

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

Return Value


The response from the DeregisterApplication service method, as returned by SsmSap.

Exceptions

ExceptionCondition
InternalServerException An internal error has occurred.
UnauthorizedException The request is not authorized.
ValidationException The input fails to satisfy the constraints specified by an AWS service.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also