Smaws_Client_Cloud9.UntagResourceRemoves tags from an Cloud9 development environment.
Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConcurrentAccessException of Types.concurrent_access_exception
| `InternalServerErrorException of Types.internal_server_error_exception
| `NotFoundException of Types.not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_request ->
(Types.untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConcurrentAccessException of Types.concurrent_access_exception
| `InternalServerErrorException of Types.internal_server_error_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_request ->
(Types.untag_resource_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConcurrentAccessException of Types.concurrent_access_exception
| `InternalServerErrorException of Types.internal_server_error_exception
| `NotFoundException of Types.not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result