amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.FreeTrialInfoError

Description

 
Synopsis

Documentation

data FreeTrialInfoError Source #

Information about an error received while accessing free trail data for an account.

See: newFreeTrialInfoError smart constructor.

Constructors

FreeTrialInfoError' 

Fields

Instances

Instances details
FromJSON FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

Generic FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

Associated Types

type Rep FreeTrialInfoError :: Type -> Type #

Read FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

Show FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

NFData FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

Methods

rnf :: FreeTrialInfoError -> () #

Eq FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

Hashable FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

type Rep FreeTrialInfoError Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialInfoError

type Rep FreeTrialInfoError = D1 ('MetaData "FreeTrialInfoError" "Amazonka.Inspector2.Types.FreeTrialInfoError" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "FreeTrialInfoError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FreeTrialInfoErrorCode) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFreeTrialInfoError Source #

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.