ErrorStatistics
public struct ErrorStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of requests that failed with untracked 4xx Client Error status codes.
Declaration
Swift
public let otherCount: Int64?
-
The number of requests that failed with a 419 throttling status code.
Declaration
Swift
public let throttleCount: Int64?
-
The total number of requests that failed with a 4xx Client Error status code.
Declaration
Swift
public let totalCount: Int64?
-
Undocumented
Declaration
Swift
public init(otherCount: Int64? = nil, throttleCount: Int64? = nil, totalCount: Int64? = nil)