Anomaly

public struct Anomaly : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of the instances of the detected anomalies during the requested period.

    Declaration

    Swift

    public let instances: [AnomalyInstance]
  • Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.

    Declaration

    Swift

    public let metric: Metric
  • The reason for which metric was flagged as anomalous.

    Declaration

    Swift

    public let reason: String
  • Undocumented

    Declaration

    Swift

    public init(instances: [AnomalyInstance], metric: Metric, reason: String)