B2BI / Client / untag_resource
untag_resource#
- B2BI.Client.untag_resource(**kwargs)#
Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
TagKeys (list) –
[REQUIRED]
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
(string) –
- Returns:
None
Exceptions
B2BI.Client.exceptions.ValidationException
B2BI.Client.exceptions.ResourceNotFoundException
B2BI.Client.exceptions.InternalServerException