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 FailedResource = FailedResource' {
- resourceArn :: Maybe Text
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- newFailedResource :: FailedResource
- failedResource_resourceArn :: Lens' FailedResource (Maybe Text)
- failedResource_errorCode :: Lens' FailedResource (Maybe Text)
- failedResource_errorMessage :: 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.
FailedResource' | |
|
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:resourceArn:FailedResource'
, failedResource_resourceArn
- The ARN of the resource that failed to be added or removed.
$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.
failedResource_resourceArn :: Lens' FailedResource (Maybe Text) Source #
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.