Module Smaws_Client_RDS.RemoveRoleFromDBCluster

Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

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