SsmSap / Client / untag_resource

untag_resource#

SsmSap.Client.untag_resource(**kwargs)#

Delete the tags for a resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    resourceArn='string',
    tagKeys=[
        'string',
    ]
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource.

  • tagKeys (list) –

    [REQUIRED]

    Adds/updates or removes credentials for applications registered with AWS Systems Manager for SAP.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions