Method: Aws::Glue::Types::TransformConfigParameter#validation_message

Defined in:
lib/aws-sdk-glue/types.rb

#validation_messageString

Specifies the validation message in the config file of the dynamic transform.

Returns:

  • (String)


28813
28814
28815
28816
28817
28818
28819
28820
28821
28822
28823
# File 'lib/aws-sdk-glue/types.rb', line 28813

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end