Class: Aws::States::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ConflictException
- Defined in:
- gems/aws-sdk-states/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
313 314 315 316 317 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 313 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |