| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.Types.FailedItem
Description
Synopsis
Documentation
data FailedItem Source #
Details of a resource that failed when trying to update it's association to a resource set.
See: newFailedItem smart constructor.
Constructors
| FailedItem' | |
Instances
newFailedItem :: FailedItem Source #
Create a value of FailedItem 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:reason:FailedItem', failedItem_reason - The reason the resource's association could not be updated.
$sel:uri:FailedItem', failedItem_uri - The univeral resource indicator (URI) of the resource that failed.
failedItem_reason :: Lens' FailedItem (Maybe FailedItemReason) Source #
The reason the resource's association could not be updated.
failedItem_uri :: Lens' FailedItem (Maybe Text) Source #
The univeral resource indicator (URI) of the resource that failed.