| 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.IVS.Types.BatchError
Description
Synopsis
- data BatchError = BatchError' {}
- newBatchError :: BatchError
- batchError_arn :: Lens' BatchError (Maybe Text)
- batchError_code :: Lens' BatchError (Maybe Text)
- batchError_message :: Lens' BatchError (Maybe Text)
Documentation
data BatchError Source #
Error related to a specific channel, specified by its ARN.
See: newBatchError smart constructor.
Constructors
| BatchError' | |
Instances
newBatchError :: BatchError Source #
Create a value of BatchError 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:arn:BatchError', batchError_arn - Channel ARN.
$sel:code:BatchError', batchError_code - Error code.
$sel:message:BatchError', batchError_message - Error message, determined by the application.
batchError_arn :: Lens' BatchError (Maybe Text) Source #
Channel ARN.
batchError_code :: Lens' BatchError (Maybe Text) Source #
Error code.
batchError_message :: Lens' BatchError (Maybe Text) Source #
Error message, determined by the application.