Class: Aws::Glue::Types::VersionMismatchException

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

Overview

There was a version conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


23163
23164
23165
23166
23167
# File 'lib/aws-sdk-glue/types.rb', line 23163

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