Smaws_Client_DAX.UntagResource
val request :
Smaws_Lib.Context.t ->
untag_resource_request ->
(untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of cluster_not_found_fault
| `InvalidARNFault of invalid_arn_fault
| `InvalidClusterStateFault of invalid_cluster_state_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterValueException of invalid_parameter_value_exception
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault
| `TagNotFoundFault of tag_not_found_fault ])
Stdlib.result
Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per second, per account.