Class ConcurrentUpdateException

  • All Implemented Interfaces:
    Serializable

    public class ConcurrentUpdateException
    extends AmazonServiceException

    Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

    See Also:
    Serialized Form
    • Constructor Detail

      • ConcurrentUpdateException

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