Class: Aws::CodeStarconnections::Types::ConcurrentModificationException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarconnections::Types::ConcurrentModificationException
 
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 35 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |