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 PartialFailure = PartialFailure' {}
- newPartialFailure :: PartialFailure
- partialFailure_failureResource :: Lens' PartialFailure (Maybe Text)
- partialFailure_failureCode :: Lens' PartialFailure (Maybe Text)
- partialFailure_failureDescription :: Lens' PartialFailure (Maybe Text)
- partialFailure_exceptionType :: Lens' PartialFailure (Maybe Text)
Documentation
data PartialFailure Source #
This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.
See: newPartialFailure
smart constructor.
PartialFailure' | |
|
Instances
newPartialFailure :: PartialFailure Source #
Create a value of PartialFailure
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:failureResource:PartialFailure'
, partialFailure_failureResource
- The specified rule that could not be deleted.
$sel:failureCode:PartialFailure'
, partialFailure_failureCode
- The code of the error.
$sel:failureDescription:PartialFailure'
, partialFailure_failureDescription
- A description of the error.
$sel:exceptionType:PartialFailure'
, partialFailure_exceptionType
- The type of error.
partialFailure_failureResource :: Lens' PartialFailure (Maybe Text) Source #
The specified rule that could not be deleted.
partialFailure_failureCode :: Lens' PartialFailure (Maybe Text) Source #
The code of the error.
partialFailure_failureDescription :: Lens' PartialFailure (Maybe Text) Source #
A description of the error.
partialFailure_exceptionType :: Lens' PartialFailure (Maybe Text) Source #
The type of error.