Struct aws_sdk_iam::model::DeletionTaskFailureReasonType [−][src]
#[non_exhaustive]pub struct DeletionTaskFailureReasonType {
pub reason: Option<String>,
pub role_usage_list: Option<Vec<RoleUsageType>>,
}
Expand description
The reason that the service-linked role deletion failed.
This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.reason: Option<String>
A short description of the reason that the service-linked role deletion failed.
role_usage_list: Option<Vec<RoleUsageType>>
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.
Implementations
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 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.
Creates a new builder-style object to manufacture DeletionTaskFailureReasonType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DeletionTaskFailureReasonType
impl Sync for DeletionTaskFailureReasonType
impl Unpin for DeletionTaskFailureReasonType
impl UnwindSafe for DeletionTaskFailureReasonType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more