Class: Aws::LakeFormation::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- 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.
414 415 416 417 418 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 414 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |