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:
    Serialized Form
    • Constructor Detail

      • ResourceConflictException

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