UnprocessedStatistics

public struct UnprocessedStatistics : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code.

    Declaration

    Swift

    public let errorCode: String?
  • The error message.

    Declaration

    Swift

    public let message: String?
  • The name of the sampling rule.

    Declaration

    Swift

    public let ruleName: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, message: String? = nil, ruleName: String? = nil)