Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ProblemDetail Source #
Information about a problem detail.
See: newProblemDetail
smart constructor.
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.