Warning

public struct Warning : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let errorCode: String?
  • A list of the pages that the warning applies to.

    Declaration

    Swift

    public let pages: [Int]?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, pages: [Int]? = nil)