ErrorRootCause
public struct ErrorRootCause : 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 services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
Declaration
Swift
public let services: [ErrorRootCauseService]?
-
Undocumented
Declaration
Swift
public init(clientImpacting: Bool? = nil, services: [ErrorRootCauseService]? = nil)