Class: Aws::LakeFormation::Types::ConcurrentModificationException

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


414
415
416
417
418
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 414

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