FaultRootCauseEntity
public struct FaultRootCauseEntity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The types and messages of the exceptions.
Declaration
Swift
public let exceptions: [RootCauseException]? -
The name of the entity.
Declaration
Swift
public let name: String? -
A flag that denotes a remote subsegment.
Declaration
Swift
public let remote: Bool? -
Undocumented
Declaration
Swift
public init(exceptions: [RootCauseException]? = nil, name: String? = nil, remote: Bool? = nil)
View on GitHub
FaultRootCauseEntity Structure Reference