| 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.VoiceId.Types.FailureDetails
Description
Synopsis
Documentation
data FailureDetails Source #
Contains error details for a failed batch job.
See: newFailureDetails smart constructor.
Constructors
| FailureDetails' | |
Instances
newFailureDetails :: FailureDetails Source #
Create a value of FailureDetails 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:FailureDetails', failureDetails_message - A description of the error that caused the batch job failure.
$sel:statusCode:FailureDetails', failureDetails_statusCode - An HTTP status code representing the nature of the error.
failureDetails_message :: Lens' FailureDetails (Maybe Text) Source #
A description of the error that caused the batch job failure.
failureDetails_statusCode :: Lens' FailureDetails (Maybe Int) Source #
An HTTP status code representing the nature of the error.