| 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.ResourceGroups.Types.FailedResource
Description
Synopsis
- data FailedResource = FailedResource' {
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- resourceArn :: Maybe Text
- newFailedResource :: FailedResource
- failedResource_errorCode :: Lens' FailedResource (Maybe Text)
- failedResource_errorMessage :: Lens' FailedResource (Maybe Text)
- failedResource_resourceArn :: Lens' FailedResource (Maybe Text)
Documentation
data FailedResource Source #
A resource that failed to be added to or removed from a group.
See: newFailedResource smart constructor.
Constructors
| FailedResource' | |
Fields
| |
Instances
newFailedResource :: FailedResource Source #
Create a value of FailedResource 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:FailedResource', failedResource_errorCode - The error code associated with the failure.
$sel:errorMessage:FailedResource', failedResource_errorMessage - The error message text associated with the failure.
$sel:resourceArn:FailedResource', failedResource_resourceArn - The ARN of the resource that failed to be added or removed.
failedResource_errorCode :: Lens' FailedResource (Maybe Text) Source #
The error code associated with the failure.
failedResource_errorMessage :: Lens' FailedResource (Maybe Text) Source #
The error message text associated with the failure.
failedResource_resourceArn :: Lens' FailedResource (Maybe Text) Source #
The ARN of the resource that failed to be added or removed.