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.

The reason that the service-linked role deletion failed.

This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.DeletionTaskFailureReasonType

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

Syntax

C#
public class DeletionTaskFailureReasonType

The DeletionTaskFailureReasonType type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Reason System.String

Gets and sets the property Reason.

A short description of the reason that the service-linked role deletion failed.

Public Property RoleUsageList System.Collections.Generic.List<Amazon.IdentityManagement.Model.RoleUsageType>

Gets and sets the property RoleUsageList.

A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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