| 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.CloudDirectory.Types.BatchReadException
Description
Synopsis
Documentation
data BatchReadException Source #
The batch read exception structure, which contains the exception type and message.
See: newBatchReadException smart constructor.
Constructors
| BatchReadException' | |
Instances
newBatchReadException :: BatchReadException Source #
Create a value of BatchReadException 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:message:BatchReadException', batchReadException_message - An exception message that is associated with the failure.
$sel:type':BatchReadException', batchReadException_type - A type of exception, such as InvalidArnException.
batchReadException_message :: Lens' BatchReadException (Maybe Text) Source #
An exception message that is associated with the failure.
batchReadException_type :: Lens' BatchReadException (Maybe BatchReadExceptionType) Source #
A type of exception, such as InvalidArnException.