AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to RemoveRoleFromDBClusterAsync.

Namespace: Amazon.Neptune
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z

Syntax

C#
public abstract RemoveRoleFromDBClusterResponse RemoveRoleFromDBCluster(
         RemoveRoleFromDBClusterRequest request
)

Parameters

request
Type: Amazon.Neptune.Model.RemoveRoleFromDBClusterRequest

Container for the necessary parameters to execute the RemoveRoleFromDBCluster service method.

Return Value


The response from the RemoveRoleFromDBCluster service method, as returned by Neptune.

Exceptions

ExceptionCondition
DBClusterNotFoundException DBClusterIdentifier does not refer to an existing DB cluster.
DBClusterRoleNotFoundException The specified IAM role Amazon Resource Name (ARN) is not associated with the specified DB cluster.
InvalidDBClusterStateException The DB cluster is not in a valid state.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also