| 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.EC2.Types.UnsuccessfulItem
Description
Documentation
data UnsuccessfulItem Source #
Information about items that were not successfully processed in a batch call.
See: newUnsuccessfulItem smart constructor.
Constructors
| UnsuccessfulItem' | |
Fields
| |
Instances
newUnsuccessfulItem :: UnsuccessfulItem Source #
Create a value of UnsuccessfulItem 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:error:UnsuccessfulItem', unsuccessfulItem_error - Information about the error.
$sel:resourceId:UnsuccessfulItem', unsuccessfulItem_resourceId - The ID of the resource.
unsuccessfulItem_error :: Lens' UnsuccessfulItem (Maybe UnsuccessfulItemError) Source #
Information about the error.
unsuccessfulItem_resourceId :: Lens' UnsuccessfulItem (Maybe Text) Source #
The ID of the resource.