| 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.UnsuccessfulItemError
Description
Documentation
data UnsuccessfulItemError Source #
Information about the error that occurred. For more information about errors, see Error codes.
See: newUnsuccessfulItemError smart constructor.
Constructors
| UnsuccessfulItemError' | |
Instances
newUnsuccessfulItemError :: UnsuccessfulItemError Source #
Create a value of UnsuccessfulItemError 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:code:UnsuccessfulItemError', unsuccessfulItemError_code - The error code.
$sel:message:UnsuccessfulItemError', unsuccessfulItemError_message - The error message accompanying the error code.
unsuccessfulItemError_code :: Lens' UnsuccessfulItemError (Maybe Text) Source #
The error code.
unsuccessfulItemError_message :: Lens' UnsuccessfulItemError (Maybe Text) Source #
The error message accompanying the error code.