StatusCodes

public struct StatusCodes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

    Declaration

    Swift

    public let status2xx: Int?
  • The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

    Declaration

    Swift

    public let status3xx: Int?
  • The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

    Declaration

    Swift

    public let status4xx: Int?
  • The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

    Declaration

    Swift

    public let status5xx: Int?
  • Undocumented

    Declaration

    Swift

    public init(status2xx: Int? = nil, status3xx: Int? = nil, status4xx: Int? = nil, status5xx: Int? = nil)