Amazon.RDS.AmazonRDSClient.RemoveRoleFromDBCluster C# (CSharp) Method

RemoveRoleFromDBCluster() public method

Disassociates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// The specified IAM role Amazon Resource Name (ARN) is not associated with the specified /// DB cluster. /// /// The DB cluster is not in a valid state. ///
public RemoveRoleFromDBCluster ( RemoveRoleFromDBClusterRequest request ) : RemoveRoleFromDBClusterResponse
request RemoveRoleFromDBClusterRequest Container for the necessary parameters to execute the RemoveRoleFromDBCluster service method.
return RemoveRoleFromDBClusterResponse
        public RemoveRoleFromDBClusterResponse RemoveRoleFromDBCluster(RemoveRoleFromDBClusterRequest request)
        {
            var marshaller = new RemoveRoleFromDBClusterRequestMarshaller();
            var unmarshaller = RemoveRoleFromDBClusterResponseUnmarshaller.Instance;

            return Invoke<RemoveRoleFromDBClusterRequest,RemoveRoleFromDBClusterResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient