Class: Aws::LakeFormation::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ConcurrentModificationException
- 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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
645 646 647 648 649 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 645 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |