Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DeletionTaskFailureReasonType = DeletionTaskFailureReasonType' {
- roleUsageList :: Maybe [RoleUsageType]
- reason :: Maybe Text
- newDeletionTaskFailureReasonType :: DeletionTaskFailureReasonType
- deletionTaskFailureReasonType_roleUsageList :: Lens' DeletionTaskFailureReasonType (Maybe [RoleUsageType])
- deletionTaskFailureReasonType_reason :: Lens' DeletionTaskFailureReasonType (Maybe Text)
Documentation
data DeletionTaskFailureReasonType Source #
The reason that the service-linked role deletion failed.
This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.
See: newDeletionTaskFailureReasonType
smart constructor.
DeletionTaskFailureReasonType' | |
|
Instances
newDeletionTaskFailureReasonType :: DeletionTaskFailureReasonType Source #
Create a value of DeletionTaskFailureReasonType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:roleUsageList:DeletionTaskFailureReasonType'
, deletionTaskFailureReasonType_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.
$sel:reason:DeletionTaskFailureReasonType'
, deletionTaskFailureReasonType_reason
- A short description of the reason that the service-linked role deletion
failed.
deletionTaskFailureReasonType_roleUsageList :: Lens' DeletionTaskFailureReasonType (Maybe [RoleUsageType]) Source #
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.
deletionTaskFailureReasonType_reason :: Lens' DeletionTaskFailureReasonType (Maybe Text) Source #
A short description of the reason that the service-linked role deletion failed.