RemoveTagsFromResource
Removes metadata tags from an Amazon DocumentDB resource.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- ResourceName
-
The Amazon DocumentDB resource that the tags are removed from. This value is an Amazon Resource Name (ARN).
Type: String
Required: Yes
- TagKeys.member.N
-
The tag key (name) of the tag to be removed.
Type: Array of strings
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- DBClusterNotFoundFault
-
DBClusterIdentifier
doesn't refer to an existing cluster.HTTP Status Code: 404
- DBInstanceNotFound
-
DBInstanceIdentifier
doesn't refer to an existing instance.HTTP Status Code: 404
- DBSnapshotNotFound
-
DBSnapshotIdentifier
doesn't refer to an existing snapshot.HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: