Class: Aws::CodeStarNotifications::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
AWS CodeStar Notifications can’t complete the request because the resource is being modified by another process. Wait a few minutes and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
36 37 38 39 40 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 36 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |