ValidationMessage

public struct ValidationMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A message describing the error or warning.

    Declaration

    Swift

    public let message: String?
  • The namespace to which the option belongs.

    Declaration

    Swift

    public let namespace: String?
  • The name of the option.

    Declaration

    Swift

    public let optionName: String?
  • An indication of the severity of this message: error: This message indicates that this is not a valid setting for an option. warning: This message is providing information you should take into account.

    Declaration

    Swift

    public let severity: ValidationSeverity?
  • Undocumented

    Declaration

    Swift

    public init(message: String? = nil, namespace: String? = nil, optionName: String? = nil, severity: ValidationSeverity? = nil)