ValidationError

public struct ValidationError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the validation error.

    Declaration

    Swift

    public let errors: [String]?
  • id

    The identifier of the object that contains the validation error.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

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