Class: Aws::CodeConnections::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
35 36 37 38 39 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 35 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |