Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data BatchReadException Source #
The batch read exception structure, which contains the exception type and message.
See: newBatchReadException
smart constructor.
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:type':BatchReadException'
, batchReadException_type
- A type of exception, such as InvalidArnException
.
$sel:message:BatchReadException'
, batchReadException_message
- An exception message that is associated with the failure.
batchReadException_type :: Lens' BatchReadException (Maybe BatchReadExceptionType) Source #
A type of exception, such as InvalidArnException
.
batchReadException_message :: Lens' BatchReadException (Maybe Text) Source #
An exception message that is associated with the failure.