ErrorRootCauseService

public struct ErrorRootCauseService : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account ID associated to the service.

    Declaration

    Swift

    public let accountId: String?
  • The path of root cause entities found on the service.

    Declaration

    Swift

    public let entityPath: [ErrorRootCauseEntity]?
  • A Boolean value indicating if the service is inferred from the trace.

    Declaration

    Swift

    public let inferred: Bool?
  • The service name.

    Declaration

    Swift

    public let name: String?
  • A collection of associated service names.

    Declaration

    Swift

    public let names: [String]?
  • The type associated to the service.

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, entityPath: [ErrorRootCauseEntity]? = nil, inferred: Bool? = nil, name: String? = nil, names: [String]? = nil, type: String? = nil)