| 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.Evidently.Types.PutProjectEventsResultEntry
Description
Synopsis
- data PutProjectEventsResultEntry = PutProjectEventsResultEntry' {}
- newPutProjectEventsResultEntry :: PutProjectEventsResultEntry
- putProjectEventsResultEntry_errorCode :: Lens' PutProjectEventsResultEntry (Maybe Text)
- putProjectEventsResultEntry_errorMessage :: Lens' PutProjectEventsResultEntry (Maybe Text)
- putProjectEventsResultEntry_eventId :: Lens' PutProjectEventsResultEntry (Maybe Text)
Documentation
data PutProjectEventsResultEntry Source #
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
See: newPutProjectEventsResultEntry smart constructor.
Constructors
| PutProjectEventsResultEntry' | |
Instances
newPutProjectEventsResultEntry :: PutProjectEventsResultEntry Source #
Create a value of PutProjectEventsResultEntry 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:PutProjectEventsResultEntry', putProjectEventsResultEntry_errorCode - If the PutProjectEvents operation has an error, the error code is
returned here.
$sel:errorMessage:PutProjectEventsResultEntry', putProjectEventsResultEntry_errorMessage - If the PutProjectEvents operation has an error, the error message is
returned here.
$sel:eventId:PutProjectEventsResultEntry', putProjectEventsResultEntry_eventId - A unique ID assigned to this PutProjectEvents operation.
putProjectEventsResultEntry_errorCode :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #
If the PutProjectEvents operation has an error, the error code is
returned here.
putProjectEventsResultEntry_errorMessage :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #
If the PutProjectEvents operation has an error, the error message is
returned here.
putProjectEventsResultEntry_eventId :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #
A unique ID assigned to this PutProjectEvents operation.