| 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.SESV2.Types.ReviewDetails
Description
Synopsis
Documentation
data ReviewDetails Source #
An object that contains information about your account details review.
See: newReviewDetails smart constructor.
Constructors
| ReviewDetails' | |
Fields
| |
Instances
newReviewDetails :: ReviewDetails Source #
Create a value of ReviewDetails 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:caseId:ReviewDetails', reviewDetails_caseId - The associated support center case ID (if any).
$sel:status:ReviewDetails', reviewDetails_status - The status of the latest review of your account. The status can be one
of the following:
PENDING– We have received your appeal and are in the process of reviewing it.GRANTED– Your appeal has been reviewed and your production access has been granted.DENIED– Your appeal has been reviewed and your production access has been denied.FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
reviewDetails_caseId :: Lens' ReviewDetails (Maybe Text) Source #
The associated support center case ID (if any).
reviewDetails_status :: Lens' ReviewDetails (Maybe ReviewStatus) Source #
The status of the latest review of your account. The status can be one of the following:
PENDING– We have received your appeal and are in the process of reviewing it.GRANTED– Your appeal has been reviewed and your production access has been granted.DENIED– Your appeal has been reviewed and your production access has been denied.FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.