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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


29681
29682
29683
29684
29685
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29681

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