Class: Aws::Glue::Types::ConcurrentModificationException

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

Overview

Two processes are trying to modify a resource simultaneously.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2875
2876
2877
2878
2879
# File 'lib/aws-sdk-glue/types.rb', line 2875

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