| 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.Firehose.Types.FailureDescription
Description
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.
Constructors
| FailureDescription' | |
Fields
| |
Instances
newFailureDescription Source #
Arguments
| :: DeliveryStreamFailureType | |
| -> Text | |
| -> FailureDescription |
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.