| 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.DeviceFarm.Types.ProblemDetail
Description
Synopsis
Documentation
data ProblemDetail Source #
Information about a problem detail.
See: newProblemDetail smart constructor.
Constructors
| ProblemDetail' | |
Instances
newProblemDetail :: ProblemDetail Source #
Create a value of ProblemDetail 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:ProblemDetail', problemDetail_arn - The problem detail's ARN.
$sel:name:ProblemDetail', problemDetail_name - The problem detail's name.
problemDetail_arn :: Lens' ProblemDetail (Maybe Text) Source #
The problem detail's ARN.
problemDetail_name :: Lens' ProblemDetail (Maybe Text) Source #
The problem detail's name.