Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FailedServiceActionAssociation = FailedServiceActionAssociation' {}
- newFailedServiceActionAssociation :: FailedServiceActionAssociation
- failedServiceActionAssociation_provisioningArtifactId :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_errorCode :: Lens' FailedServiceActionAssociation (Maybe ServiceActionAssociationErrorCode)
- failedServiceActionAssociation_errorMessage :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_serviceActionId :: Lens' FailedServiceActionAssociation (Maybe Text)
- failedServiceActionAssociation_productId :: 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.
FailedServiceActionAssociation' | |
|
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:provisioningArtifactId:FailedServiceActionAssociation'
, failedServiceActionAssociation_provisioningArtifactId
- The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
$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:serviceActionId:FailedServiceActionAssociation'
, failedServiceActionAssociation_serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.
$sel:productId:FailedServiceActionAssociation'
, failedServiceActionAssociation_productId
- 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_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_serviceActionId :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
The self-service action identifier. For example, act-fs7abcd89wxyz
.
failedServiceActionAssociation_productId :: Lens' FailedServiceActionAssociation (Maybe Text) Source #
The product identifier. For example, prod-abcdzk7xy33qa
.