| 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.Inspector2.Types.FreeTrialInfoError
Description
Synopsis
- data FreeTrialInfoError = FreeTrialInfoError' {}
- newFreeTrialInfoError :: Text -> FreeTrialInfoErrorCode -> Text -> FreeTrialInfoError
- freeTrialInfoError_accountId :: Lens' FreeTrialInfoError Text
- freeTrialInfoError_code :: Lens' FreeTrialInfoError FreeTrialInfoErrorCode
- freeTrialInfoError_message :: Lens' FreeTrialInfoError Text
Documentation
data FreeTrialInfoError Source #
Information about an error received while accessing free trail data for an account.
See: newFreeTrialInfoError smart constructor.
Constructors
| FreeTrialInfoError' | |
Instances
newFreeTrialInfoError Source #
Arguments
| :: Text | |
| -> FreeTrialInfoErrorCode | |
| -> Text | |
| -> FreeTrialInfoError |
Create a value of FreeTrialInfoError 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:accountId:FreeTrialInfoError', freeTrialInfoError_accountId - The account associated with the Amazon Inspector free trial information.
$sel:code:FreeTrialInfoError', freeTrialInfoError_code - The error code.
$sel:message:FreeTrialInfoError', freeTrialInfoError_message - The error message returned.
freeTrialInfoError_accountId :: Lens' FreeTrialInfoError Text Source #
The account associated with the Amazon Inspector free trial information.
freeTrialInfoError_code :: Lens' FreeTrialInfoError FreeTrialInfoErrorCode Source #
The error code.
freeTrialInfoError_message :: Lens' FreeTrialInfoError Text Source #
The error message returned.