Class: Aws::States::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::ConflictException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Updating or deleting a resource can cause an inconsistent state. This error occurs when there’re concurrent requests for DeleteStateMachineVersion, PublishStateMachineVersion, or UpdateStateMachine with the ‘publish` parameter set to `true`.
HTTP Status Code: 409
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      296 297 298 299 300  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 296 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |