Smaws_Client_EventBridge.UntagResourceRemoves one or more tags from the specified EventBridge resource. In Amazon EventBridge, rules and event buses can be tagged.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of Types.concurrent_modification_exception
| `InternalException of Types.internal_exception
| `ManagedRuleException of Types.managed_rule_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_request ->
(Types.untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of
Types.concurrent_modification_exception
| `InternalException of Types.internal_exception
| `ManagedRuleException of Types.managed_rule_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result