Class ResourceConflictException

All Implemented Interfaces:
Serializable

public class ResourceConflictException extends AmazonServiceException
Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict.
See Also:
  • Constructor Details

    • ResourceConflictException

      public ResourceConflictException(String message)
      Constructs a new ResourceConflictException with the specified error message.
      Parameters:
      message - Describes the error encountered.