Class: Aws::Glue::Types::CheckSchemaVersionValidityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorString

A validation failure error message.

Returns:

  • (String)


2415
2416
2417
2418
2419
2420
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2415

class CheckSchemaVersionValidityResponse < Struct.new(
  :valid,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#validBoolean

Return true, if the schema is valid and false otherwise.

Returns:

  • (Boolean)


2415
2416
2417
2418
2419
2420
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2415

class CheckSchemaVersionValidityResponse < Struct.new(
  :valid,
  :error)
  SENSITIVE = []
  include Aws::Structure
end