Class: Aws::Glue::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A value could not be validated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


23065
23066
23067
23068
23069
# File 'lib/aws-sdk-glue/types.rb', line 23065

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end