| 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.BillingConductor.Types.AssociateResourceError
Description
Documentation
data AssociateResourceError Source #
A representation of a resource association error.
See: newAssociateResourceError smart constructor.
Constructors
| AssociateResourceError' | |
Instances
newAssociateResourceError :: AssociateResourceError Source #
Create a value of AssociateResourceError 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:message:AssociateResourceError', associateResourceError_message - The reason why the resource association failed.
$sel:reason:AssociateResourceError', associateResourceError_reason - A static error code that's used to classify the type of failure.
associateResourceError_message :: Lens' AssociateResourceError (Maybe Text) Source #
The reason why the resource association failed.
associateResourceError_reason :: Lens' AssociateResourceError (Maybe AssociateResourceErrorReason) Source #
A static error code that's used to classify the type of failure.