| 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.IoTEventsData.Types.BatchDeleteDetectorErrorEntry
Description
Synopsis
- data BatchDeleteDetectorErrorEntry = BatchDeleteDetectorErrorEntry' {}
- newBatchDeleteDetectorErrorEntry :: BatchDeleteDetectorErrorEntry
- batchDeleteDetectorErrorEntry_errorCode :: Lens' BatchDeleteDetectorErrorEntry (Maybe ErrorCode)
- batchDeleteDetectorErrorEntry_errorMessage :: Lens' BatchDeleteDetectorErrorEntry (Maybe Text)
- batchDeleteDetectorErrorEntry_messageId :: Lens' BatchDeleteDetectorErrorEntry (Maybe Text)
Documentation
data BatchDeleteDetectorErrorEntry Source #
Contains error messages associated with the deletion request.
See: newBatchDeleteDetectorErrorEntry smart constructor.
Constructors
| BatchDeleteDetectorErrorEntry' | |
Instances
newBatchDeleteDetectorErrorEntry :: BatchDeleteDetectorErrorEntry Source #
Create a value of BatchDeleteDetectorErrorEntry 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:errorCode:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_errorCode - The error code.
$sel:errorMessage:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_errorMessage - A message that describes the error.
$sel:messageId:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_messageId - The ID of the message that caused the error. (See the value of the
"messageId" in the
detectors
object of the DeleteDetectorRequest.)
batchDeleteDetectorErrorEntry_errorCode :: Lens' BatchDeleteDetectorErrorEntry (Maybe ErrorCode) Source #
The error code.
batchDeleteDetectorErrorEntry_errorMessage :: Lens' BatchDeleteDetectorErrorEntry (Maybe Text) Source #
A message that describes the error.
batchDeleteDetectorErrorEntry_messageId :: Lens' BatchDeleteDetectorErrorEntry (Maybe Text) Source #
The ID of the message that caused the error. (See the value of the
"messageId" in the
detectors
object of the DeleteDetectorRequest.)