FaultRootCause
public struct FaultRootCause : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A flag that denotes that the root cause impacts the trace client.
Declaration
Swift
public let clientImpacting: Bool?
-
A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
Declaration
Swift
public let services: [FaultRootCauseService]?
-
Undocumented
Declaration
Swift
public init(clientImpacting: Bool? = nil, services: [FaultRootCauseService]? = nil)