| 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.ServiceCatalog.Types.FailedServiceActionAssociation
Description
Synopsis
- data FailedServiceActionAssociation = FailedServiceActionAssociation' {}
- newFailedServiceActionAssociation :: FailedServiceActionAssociation
- failedServiceActionAssociation_errorCode :: Lens' FailedServiceActionAssociation (Maybe ServiceActionAssociationErrorCode)
- failedServiceActionAssociation_errorMessage :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_productId :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_provisioningArtifactId :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_serviceActionId :: Lens' FailedServiceActionAssociation (Maybe Text)
Documentation
data FailedServiceActionAssociation Source #
An object containing information about the error, along with identifying information about the self-service action and its associations.
See: newFailedServiceActionAssociation smart constructor.
Constructors
| FailedServiceActionAssociation' | |
Fields
| |
Instances
newFailedServiceActionAssociation :: FailedServiceActionAssociation Source #
Create a value of FailedServiceActionAssociation 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:FailedServiceActionAssociation', failedServiceActionAssociation_errorCode - The error code. Valid values are listed below.
$sel:errorMessage:FailedServiceActionAssociation', failedServiceActionAssociation_errorMessage - A text description of the error.
$sel:productId:FailedServiceActionAssociation', failedServiceActionAssociation_productId - The product identifier. For example, prod-abcdzk7xy33qa.
$sel:provisioningArtifactId:FailedServiceActionAssociation', failedServiceActionAssociation_provisioningArtifactId - The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
$sel:serviceActionId:FailedServiceActionAssociation', failedServiceActionAssociation_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.
failedServiceActionAssociation_errorCode :: Lens' FailedServiceActionAssociation (Maybe ServiceActionAssociationErrorCode) Source #
The error code. Valid values are listed below.
failedServiceActionAssociation_errorMessage :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
A text description of the error.
failedServiceActionAssociation_productId :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
The product identifier. For example, prod-abcdzk7xy33qa.
failedServiceActionAssociation_provisioningArtifactId :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
failedServiceActionAssociation_serviceActionId :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
The self-service action identifier. For example, act-fs7abcd89wxyz.