Module Smaws_Client_Neptune.RemoveRoleFromDBCluster

Disassociates an Identity and Access Management (IAM) role from a DB cluster.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `DBClusterRoleNotFoundFault of Types.db_cluster_role_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.remove_role_from_db_cluster_message -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `DBClusterRoleNotFoundFault of Types.db_cluster_role_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault ]) Stdlib.result