ValidationWarning

public struct ValidationWarning : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The identifier of the object that contains the validation warning.

    Declaration

    Swift

    public let id: String?
  • A description of the validation warning.

    Declaration

    Swift

    public let warnings: [String]?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, warnings: [String]? = nil)