| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.clone() |
DeletionTaskFailureReasonType |
GetServiceLinkedRoleDeletionStatusResult.getReason()
An object that contains details about the reason the deletion failed.
|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.withReason(String reason)
A short description of the reason that the service-linked role deletion failed.
|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.withRoleUsageList(Collection<RoleUsageType> roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is
returned by the service.
|
DeletionTaskFailureReasonType |
DeletionTaskFailureReasonType.withRoleUsageList(RoleUsageType... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is
returned by the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceLinkedRoleDeletionStatusResult.setReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
|
GetServiceLinkedRoleDeletionStatusResult |
GetServiceLinkedRoleDeletionStatusResult.withReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
|
Copyright © 2021. All rights reserved.