libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.ShareError

Description

 
Synopsis

Documentation

data ShareError Source #

Errors that occurred during the portfolio share operation.

See: newShareError smart constructor.

Constructors

ShareError' 

Fields

Instances

Instances details
Eq ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Read ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Show ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Generic ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Associated Types

type Rep ShareError :: Type -> Type #

NFData ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Methods

rnf :: ShareError -> () #

Hashable ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

FromJSON ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

type Rep ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

type Rep ShareError = D1 ('MetaData "ShareError" "Amazonka.ServiceCatalog.Types.ShareError" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ShareError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newShareError :: ShareError Source #

Create a value of ShareError 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:accounts:ShareError', shareError_accounts - List of accounts impacted by the error.

$sel:error:ShareError', shareError_error - Error type that happened when processing the operation.

$sel:message:ShareError', shareError_message - Information about the error.

shareError_accounts :: Lens' ShareError (Maybe [Text]) Source #

List of accounts impacted by the error.

shareError_error :: Lens' ShareError (Maybe Text) Source #

Error type that happened when processing the operation.

shareError_message :: Lens' ShareError (Maybe Text) Source #

Information about the error.