FailureDescription class
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
Constructors
- FailureDescription({required String details, required DeliveryStreamFailureType type})
-
FailureDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- details → String
-
A message providing details about the error that caused the failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DeliveryStreamFailureType
-
The type of error that caused the failure.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited