libZSservicesZSamazonka-appstreamZSamazonka-appstream
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppStream.Types.LastReportGenerationExecutionError

Description

 
Synopsis

Documentation

data LastReportGenerationExecutionError Source #

Describes the error that is returned when a usage report can't be generated.

See: newLastReportGenerationExecutionError smart constructor.

Constructors

LastReportGenerationExecutionError' 

Fields

Instances

Instances details
Eq LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Read LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Show LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Generic LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Associated Types

type Rep LastReportGenerationExecutionError :: Type -> Type #

NFData LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Hashable LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

FromJSON LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

type Rep LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

type Rep LastReportGenerationExecutionError = D1 ('MetaData "LastReportGenerationExecutionError" "Amazonka.AppStream.Types.LastReportGenerationExecutionError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "LastReportGenerationExecutionError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageReportExecutionErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLastReportGenerationExecutionError :: LastReportGenerationExecutionError Source #

Create a value of LastReportGenerationExecutionError 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:errorCode:LastReportGenerationExecutionError', lastReportGenerationExecutionError_errorCode - The error code for the error that is returned when a usage report can't be generated.

$sel:errorMessage:LastReportGenerationExecutionError', lastReportGenerationExecutionError_errorMessage - The error message for the error that is returned when a usage report can't be generated.

lastReportGenerationExecutionError_errorCode :: Lens' LastReportGenerationExecutionError (Maybe UsageReportExecutionErrorCode) Source #

The error code for the error that is returned when a usage report can't be generated.

lastReportGenerationExecutionError_errorMessage :: Lens' LastReportGenerationExecutionError (Maybe Text) Source #

The error message for the error that is returned when a usage report can't be generated.