Struct rusoto_iam::DeletionTaskFailureReasonType [] [src]

pub struct DeletionTaskFailureReasonType {
    pub reason: Option<String>,
    pub role_usage_list: Option<Vec<RoleUsageType>>,
}

The reason that the service-linked role deletion failed.

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

Fields

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

A list of objects that contains details about the service-linked role deletion failure. 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.

Trait Implementations

impl Default for DeletionTaskFailureReasonType
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeletionTaskFailureReasonType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeletionTaskFailureReasonType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations