FailureDescription
public struct FailureDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A message providing details about the error that caused the failure.
Declaration
Swift
public let details: String
-
The type of error that caused the failure.
Declaration
Swift
public let type: DeliveryStreamFailureType
-
Undocumented
Declaration
Swift
public init(details: String, type: DeliveryStreamFailureType)