FaultStatistics

public struct FaultStatistics : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of requests that failed with untracked 5xx Server Error status codes.

    Declaration

    Swift

    public let otherCount: Int64?
  • The total number of requests that failed with a 5xx Server Error status code.

    Declaration

    Swift

    public let totalCount: Int64?
  • Undocumented

    Declaration

    Swift

    public init(otherCount: Int64? = nil, totalCount: Int64? = nil)