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 |
Documentation
data FailureDescription Source #
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
See: newFailureDescription
smart constructor.
FailureDescription' | |
|
Instances
newFailureDescription Source #
Create a value of FailureDescription
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:type':FailureDescription'
, failureDescription_type
- The type of error that caused the failure.
$sel:details:FailureDescription'
, failureDescription_details
- A message providing details about the error that caused the failure.
failureDescription_type :: Lens' FailureDescription DeliveryStreamFailureType Source #
The type of error that caused the failure.
failureDescription_details :: Lens' FailureDescription Text Source #
A message providing details about the error that caused the failure.